Shades of Dark Violet #7803CA
Tints of Dark Violet #7803CA
RGB
CMYK
RGB Variations
Color information
#7803CA (or 0x7803CA) is known color: Dark Violet. HEX triplet: 78, 03 and CA. RGB value is (120,3,202). Sum of RGB (Red+Green+Blue) = 120+3+202=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #7803CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7803CA is #87FC35. Grayscale: #3B3B3B. Windows color (decimal): -8911926 or 13239160. OLE color: 13239160.
HSL color Cylindrical-coordinate representation of color #7803CA: hue angle of 275.28º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7803CA is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 3 | 202 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.21 |
| HSL | 275.28º | 0.97% | 0.4% | - |
| HSV(B) | 275.28º | 0.99% | 0.79% | - |
| XYZ | 18.44 | 8.32 | 56.51 | - |
| YUV | 60.67 | 207.76 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 202 | 0.41 | 0.99 | 0 | 0.21 | 275.28 | 0.97 | 0.4 |
| Hex | 78 | 3 | CA | 29 | 63 | 0 | 15 | 113 | 61 | 28 |
| Octal | 170 | 3 | 312 | 51 | 143 | 0 | 25 | 423 | 141 | 50 |
| Binary | 1111000 | 11 | 11001010 | 101001 | 1100011 | 0 | 10101 | 100010011 | 1100001 | 101000 |
Color Harmonies of #7803CA
Complementary color
Monochromatic Colors of #7803CA
Black with #7803CA
Text Example
Text Example
White with #7803CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7803CA; }
p { color: rgb(120,3,202); }
H1.HeaderClassName
{
color: #7803CA;
}
.AnyTagClassName
{
color: #7803CA;
}
</style>
background-color css
<style>
a { background-color: #7803CA; }
a { background-color: rgb(120,3,202); }
div.DivClassName
{
background-color: #7803CA;
}
.BgClassName
{
background-color: #7803CA;
}
</style>
border-color css
<style>
span { border-color: #7803CA; }
span { border-color: rgb(120,3,202); }
td.TdClassName
{
border-color: #7803CA;
}
.TagClassName
{
border-color: #7803CA;
}
</style>