#7609de

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

Shades of Dark Violet #7609DE

Tints of Dark Violet #7609DE

Color information

#7609DE (or 0x7609DE) is unknown color: approx Dark Violet. HEX triplet: 76, 09 and DE. RGB value is (118,9,222). Sum of RGB (Red+Green+Blue) = 118+9+222=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #7609DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7609DE is #89F621. Grayscale: #414141. Windows color (decimal): -9041442 or 14551414. OLE color: 14551414.

HSL color Cylindrical-coordinate representation of color #7609DE: hue angle of 270.7º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7609DE is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1189222-
CMYK0.470.9600.13
HSL270.7º92.21%45.29%-
HSV(B)270.7º95.95%87.06%-
XYZ20.759.3269.81-
YUV65.87216.11165.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 9 (3.91% from 255) = 2.58%
BLUE value IS 222 (87.11% from 255) = 63.61%
R=33.81%
G=2.58%
B=63.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11892220.470.9600.13270.792.2145.29
Hex769DE2F600D10f5c2d
Octal166113365714001541713455
Binary11101101001110111101011111100000011011000011111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7609de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7609de; }

 p { color: rgb(118,9,222); }

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

<style>
 a { background-color: #7609de; }

 a { background-color: rgb(118,9,222); }

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

<style>
 span { border-color: #7609de; }

 span { border-color: rgb(118,9,222); }

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