Shades of Dark Violet #7F02CF
Tints of Dark Violet #7F02CF
RGB
CMYK
RGB Variations
Color information
#7F02CF (or 0x7F02CF) is known color: Dark Violet. HEX triplet: 7F, 02 and CF. RGB value is (127,2,207). Sum of RGB (Red+Green+Blue) = 127+2+207=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F02CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F02CF is #80FD30. Grayscale: #3E3E3E. Windows color (decimal): -8453425 or 13566591. OLE color: 13566591.
HSL color Cylindrical-coordinate representation of color #7F02CF: hue angle of 276.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F02CF is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 2 | 207 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.19 |
| HSL | 276.59º | 0.98% | 0.41% | - |
| HSV(B) | 276.59º | 0.99% | 0.81% | - |
| XYZ | 20.04 | 9.06 | 59.72 | - |
| YUV | 62.75 | 209.41 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 207 | 0.39 | 0.99 | 0 | 0.19 | 276.59 | 0.98 | 0.41 |
| Hex | 7F | 2 | CF | 27 | 63 | 0 | 13 | 115 | 62 | 29 |
| Octal | 177 | 2 | 317 | 47 | 143 | 0 | 23 | 425 | 142 | 51 |
| Binary | 1111111 | 10 | 11001111 | 100111 | 1100011 | 0 | 10011 | 100010101 | 1100010 | 101001 |
Color Harmonies of #7F02CF
Complementary color
Monochromatic Colors of #7F02CF
Black with #7F02CF
Text Example
Text Example
White with #7F02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F02CF; }
p { color: rgb(127,2,207); }
H1.HeaderClassName
{
color: #7F02CF;
}
.AnyTagClassName
{
color: #7F02CF;
}
</style>
background-color css
<style>
a { background-color: #7F02CF; }
a { background-color: rgb(127,2,207); }
div.DivClassName
{
background-color: #7F02CF;
}
.BgClassName
{
background-color: #7F02CF;
}
</style>
border-color css
<style>
span { border-color: #7F02CF; }
span { border-color: rgb(127,2,207); }
td.TdClassName
{
border-color: #7F02CF;
}
.TagClassName
{
border-color: #7F02CF;
}
</style>