Shades of Dark Violet #7609CB
Tints of Dark Violet #7609CB
RGB
CMYK
RGB Variations
Color information
#7609CB (or 0x7609CB) is known color: Dark Violet. HEX triplet: 76, 09 and CB. RGB value is (118,9,203). Sum of RGB (Red+Green+Blue) = 118+9+203=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #7609CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7609CB is #89F634. Grayscale: #3F3F3F. Windows color (decimal): -9041461 or 13306230. OLE color: 13306230.
HSL color Cylindrical-coordinate representation of color #7609CB: hue angle of 273.71º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7609CB is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 9 | 203 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.20 |
| HSL | 273.71º | 0.92% | 0.42% | - |
| HSV(B) | 273.71º | 0.96% | 0.8% | - |
| XYZ | 18.35 | 8.36 | 57.15 | - |
| YUV | 63.71 | 206.61 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 203 | 0.42 | 0.96 | 0 | 0.20 | 273.71 | 0.92 | 0.42 |
| Hex | 76 | 9 | CB | 2A | 60 | 0 | 14 | 112 | 5C | 2A |
| Octal | 166 | 11 | 313 | 52 | 140 | 0 | 24 | 422 | 134 | 52 |
| Binary | 1110110 | 1001 | 11001011 | 101010 | 1100000 | 0 | 10100 | 100010010 | 1011100 | 101010 |
Color Harmonies of #7609CB
Complementary color
Monochromatic Colors of #7609CB
Black with #7609CB
Text Example
Text Example
White with #7609CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7609CB; }
p { color: rgb(118,9,203); }
H1.HeaderClassName
{
color: #7609CB;
}
.AnyTagClassName
{
color: #7609CB;
}
</style>
background-color css
<style>
a { background-color: #7609CB; }
a { background-color: rgb(118,9,203); }
div.DivClassName
{
background-color: #7609CB;
}
.BgClassName
{
background-color: #7609CB;
}
</style>
border-color css
<style>
span { border-color: #7609CB; }
span { border-color: rgb(118,9,203); }
td.TdClassName
{
border-color: #7609CB;
}
.TagClassName
{
border-color: #7609CB;
}
</style>