Shades of Dark Violet #7801CF
Tints of Dark Violet #7801CF
RGB
CMYK
RGB Variations
Color information
#7801CF (or 0x7801CF) is known color: Dark Violet. HEX triplet: 78, 01 and CF. RGB value is (120,1,207). Sum of RGB (Red+Green+Blue) = 120+1+207=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #7801CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7801CF is #87FE30. Grayscale: #3B3B3B. Windows color (decimal): -8912433 or 13566328. OLE color: 13566328.
HSL color Cylindrical-coordinate representation of color #7801CF: hue angle of 274.66º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7801CF is Cyan = 0.42, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 1 | 207 | - |
| CMYK | 0.42 | 1.00 | 0 | 0.19 |
| HSL | 274.66º | 0.99% | 0.41% | - |
| HSV(B) | 274.66º | 1% | 0.81% | - |
| XYZ | 19.02 | 8.52 | 59.67 | - |
| YUV | 60.07 | 210.92 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 207 | 0.42 | 1.00 | 0 | 0.19 | 274.66 | 0.99 | 0.41 |
| Hex | 78 | 1 | CF | 2A | 64 | 0 | 13 | 113 | 63 | 29 |
| Octal | 170 | 1 | 317 | 52 | 144 | 0 | 23 | 423 | 143 | 51 |
| Binary | 1111000 | 1 | 11001111 | 101010 | 1100100 | 0 | 10011 | 100010011 | 1100011 | 101001 |
Color Harmonies of #7801CF
Complementary color
Monochromatic Colors of #7801CF
Black with #7801CF
Text Example
Text Example
White with #7801CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7801CF; }
p { color: rgb(120,1,207); }
H1.HeaderClassName
{
color: #7801CF;
}
.AnyTagClassName
{
color: #7801CF;
}
</style>
background-color css
<style>
a { background-color: #7801CF; }
a { background-color: rgb(120,1,207); }
div.DivClassName
{
background-color: #7801CF;
}
.BgClassName
{
background-color: #7801CF;
}
</style>
border-color css
<style>
span { border-color: #7801CF; }
span { border-color: rgb(120,1,207); }
td.TdClassName
{
border-color: #7801CF;
}
.TagClassName
{
border-color: #7801CF;
}
</style>