#7609BC

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

Shades of Dark Violet #7609BC

Tints of Dark Violet #7609BC

Color information

#7609BC (or 0x7609BC) is unknown color: approx Dark Violet. HEX triplet: 76, 09 and BC. RGB value is (118,9,188). Sum of RGB (Red+Green+Blue) = 118+9+188=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #7609BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7609BC is #89F643. Grayscale: #3D3D3D. Windows color (decimal): -9041476 or 12323190. OLE color: 12323190.

HSL color Cylindrical-coordinate representation of color #7609BC: hue angle of 276.54º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7609BC is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1189188-
CMYK0.370.9500.26
HSL276.54º90.86%38.63%-
HSV(B)276.54º95.21%73.73%-
XYZ16.657.6848.18-
YUV62199.11167.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 9 (3.91% from 255) = 2.86%
BLUE value IS 188 (73.83% from 255) = 59.68%
R=37.46%
G=2.86%
B=59.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11891880.370.9500.26276.5490.8638.63
Hex769BC255F01A1155b27
Octal166112744513703242513347
Binary111011010011011110010010110111110110101000101011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7609BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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