Shades of Dark Violet #7805CA
Tints of Dark Violet #7805CA
RGB
CMYK
RGB Variations
Color information
#7805CA (or 0x7805CA) is known color: Dark Violet. HEX triplet: 78, 05 and CA. RGB value is (120,5,202). Sum of RGB (Red+Green+Blue) = 120+5+202=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #7805CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7805CA is #87FA35. Grayscale: #3D3D3D. Windows color (decimal): -8911414 or 13239672. OLE color: 13239672.
HSL color Cylindrical-coordinate representation of color #7805CA: hue angle of 275.03º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7805CA is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 5 | 202 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.21 |
| HSL | 275.03º | 0.95% | 0.41% | - |
| HSV(B) | 275.03º | 0.98% | 0.79% | - |
| XYZ | 18.46 | 8.37 | 56.52 | - |
| YUV | 61.84 | 207.1 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 202 | 0.41 | 0.98 | 0 | 0.21 | 275.03 | 0.95 | 0.41 |
| Hex | 78 | 5 | CA | 29 | 62 | 0 | 15 | 113 | 5F | 29 |
| Octal | 170 | 5 | 312 | 51 | 142 | 0 | 25 | 423 | 137 | 51 |
| Binary | 1111000 | 101 | 11001010 | 101001 | 1100010 | 0 | 10101 | 100010011 | 1011111 | 101001 |
Color Harmonies of #7805CA
Complementary color
Monochromatic Colors of #7805CA
Black with #7805CA
Text Example
Text Example
White with #7805CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7805CA; }
p { color: rgb(120,5,202); }
H1.HeaderClassName
{
color: #7805CA;
}
.AnyTagClassName
{
color: #7805CA;
}
</style>
background-color css
<style>
a { background-color: #7805CA; }
a { background-color: rgb(120,5,202); }
div.DivClassName
{
background-color: #7805CA;
}
.BgClassName
{
background-color: #7805CA;
}
</style>
border-color css
<style>
span { border-color: #7805CA; }
span { border-color: rgb(120,5,202); }
td.TdClassName
{
border-color: #7805CA;
}
.TagClassName
{
border-color: #7805CA;
}
</style>