Shades of Dark Violet #7F03CF
Tints of Dark Violet #7F03CF
RGB
CMYK
RGB Variations
Color information
#7F03CF (or 0x7F03CF) is known color: Dark Violet. HEX triplet: 7F, 03 and CF. RGB value is (127,3,207). Sum of RGB (Red+Green+Blue) = 127+3+207=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F03CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F03CF is #80FC30. Grayscale: #3E3E3E. Windows color (decimal): -8453169 or 13566847. OLE color: 13566847.
HSL color Cylindrical-coordinate representation of color #7F03CF: hue angle of 276.47º degrees, saturation: 0.97, 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 #7F03CF is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 3 | 207 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.19 |
| HSL | 276.47º | 0.97% | 0.41% | - |
| HSV(B) | 276.47º | 0.99% | 0.81% | - |
| XYZ | 20.05 | 9.08 | 59.73 | - |
| YUV | 63.33 | 209.08 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 207 | 0.39 | 0.99 | 0 | 0.19 | 276.47 | 0.97 | 0.41 |
| Hex | 7F | 3 | CF | 27 | 63 | 0 | 13 | 114 | 61 | 29 |
| Octal | 177 | 3 | 317 | 47 | 143 | 0 | 23 | 424 | 141 | 51 |
| Binary | 1111111 | 11 | 11001111 | 100111 | 1100011 | 0 | 10011 | 100010100 | 1100001 | 101001 |
Color Harmonies of #7F03CF
Complementary color
Monochromatic Colors of #7F03CF
Black with #7F03CF
Text Example
Text Example
White with #7F03CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F03CF; }
p { color: rgb(127,3,207); }
H1.HeaderClassName
{
color: #7F03CF;
}
.AnyTagClassName
{
color: #7F03CF;
}
</style>
background-color css
<style>
a { background-color: #7F03CF; }
a { background-color: rgb(127,3,207); }
div.DivClassName
{
background-color: #7F03CF;
}
.BgClassName
{
background-color: #7F03CF;
}
</style>
border-color css
<style>
span { border-color: #7F03CF; }
span { border-color: rgb(127,3,207); }
td.TdClassName
{
border-color: #7F03CF;
}
.TagClassName
{
border-color: #7F03CF;
}
</style>