#7D09C6

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

Shades of Dark Violet #7D09C6

Tints of Dark Violet #7D09C6

Color information

#7D09C6 (or 0x7D09C6) is unknown color: approx Dark Violet. HEX triplet: 7D, 09 and C6. RGB value is (125,9,198). Sum of RGB (Red+Green+Blue) = 125+9+198=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 198 (77.73% from 255 or 59.64% from 332); Max value from RGB is 198 - color contains mainly: blue. Hex color #7D09C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D09C6 is #82F639. Grayscale: #404040. Windows color (decimal): -8582714 or 12978557. OLE color: 12978557.

HSL color Cylindrical-coordinate representation of color #7D09C6: hue angle of 276.83º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D09C6 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1259198-
CMYK0.370.9500.22
HSL276.83º91.3%40.59%-
HSV(B)276.83º95.45%77.65%-
XYZ18.758.6354.1-
YUV65.23202.93170.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.65%
GREEN value IS 9 (3.91% from 255) = 2.71%
BLUE value IS 198 (77.73% from 255) = 59.64%
R=37.65%
G=2.71%
B=59.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal12591980.370.9500.22276.8391.340.59
Hex7D9C6255F0161155b29
Octal175113064513702642513351
Binary111110110011100011010010110111110101101000101011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D09C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D09C6; }

 p { color: rgb(125,9,198); }

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

<style>
 a { background-color: #7D09C6; }

 a { background-color: rgb(125,9,198); }

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

<style>
 span { border-color: #7D09C6; }

 span { border-color: rgb(125,9,198); }

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