Shades of Dark Violet #7705CB
Tints of Dark Violet #7705CB
RGB
CMYK
RGB Variations
Color information
#7705CB (or 0x7705CB) is known color: Dark Violet. HEX triplet: 77, 05 and CB. RGB value is (119,5,203). Sum of RGB (Red+Green+Blue) = 119+5+203=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #7705CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7705CB is #88FA34. Grayscale: #3C3C3C. Windows color (decimal): -8976949 or 13305207. OLE color: 13305207.
HSL color Cylindrical-coordinate representation of color #7705CB: hue angle of 274.55º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7705CB is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 5 | 203 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.20 |
| HSL | 274.55º | 0.95% | 0.41% | - |
| HSV(B) | 274.55º | 0.98% | 0.8% | - |
| XYZ | 18.44 | 8.34 | 57.14 | - |
| YUV | 61.66 | 207.77 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 203 | 0.41 | 0.98 | 0 | 0.20 | 274.55 | 0.95 | 0.41 |
| Hex | 77 | 5 | CB | 29 | 62 | 0 | 14 | 113 | 5F | 29 |
| Octal | 167 | 5 | 313 | 51 | 142 | 0 | 24 | 423 | 137 | 51 |
| Binary | 1110111 | 101 | 11001011 | 101001 | 1100010 | 0 | 10100 | 100010011 | 1011111 | 101001 |
Color Harmonies of #7705CB
Complementary color
Monochromatic Colors of #7705CB
Black with #7705CB
Text Example
Text Example
White with #7705CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7705CB; }
p { color: rgb(119,5,203); }
H1.HeaderClassName
{
color: #7705CB;
}
.AnyTagClassName
{
color: #7705CB;
}
</style>
background-color css
<style>
a { background-color: #7705CB; }
a { background-color: rgb(119,5,203); }
div.DivClassName
{
background-color: #7705CB;
}
.BgClassName
{
background-color: #7705CB;
}
</style>
border-color css
<style>
span { border-color: #7705CB; }
span { border-color: rgb(119,5,203); }
td.TdClassName
{
border-color: #7705CB;
}
.TagClassName
{
border-color: #7705CB;
}
</style>