#730CD1

Color #730CD1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #730CD1

Tints of Dark Violet #730CD1

Color information

#730CD1 (or 0x730CD1) is unknown color: approx Dark Violet. HEX triplet: 73, 0C and D1. RGB value is (115,12,209). Sum of RGB (Red+Green+Blue) = 115+12+209=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 209 (82.03% from 255 or 62.20% from 336); Max value from RGB is 209 - color contains mainly: blue. Hex color #730CD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CD1 is #8CF32E. Grayscale: #404040. Windows color (decimal): -9237295 or 13700211. OLE color: 13700211.

HSL color Cylindrical-coordinate representation of color #730CD1: hue angle of 271.37º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730CD1 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11512209-
CMYK0.450.9400.18
HSL271.37º89.14%43.33%-
HSV(B)271.37º94.26%81.96%-
XYZ18.718.5160.98-
YUV65.26209.12163.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 34.23%
GREEN value IS 12 (5.08% from 255) = 3.57%
BLUE value IS 209 (82.03% from 255) = 62.20%
R=34.23%
G=3.57%
B=62.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal115122090.450.9400.18271.3789.1443.33
Hex73CD12D5E01210f592b
Octal163143215513602241713153
Binary111001111001101000110110110111100100101000011111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730CD1; }

 p { color: rgb(115,12,209); }

 H1.HeaderClassName
 {
   color: #730CD1;
 }
 .AnyTagClassName
 {
   color: #730CD1;
 }
</style>
background-color css

<style>
 a { background-color: #730CD1; }

 a { background-color: rgb(115,12,209); }

 div.DivClassName
 {
   background-color: #730CD1;
 }
 .BgClassName
 {
   background-color: #730CD1;
 }
</style>
border-color css

<style>
 span { border-color: #730CD1; }

 span { border-color: rgb(115,12,209); }

 td.TdClassName
 {
   border-color: #730CD1;
 }
 .TagClassName
 {
   border-color: #730CD1;
 }
</style>