Shades of Violent Violet #0F0041
Tints of Violent Violet #0F0041
RGB
CMYK
RGB Variations
Color information
#0F0041 (or 0x0F0041) is known color: Violent Violet. HEX triplet: 0F, 00 and 41. RGB value is (15,0,65). Sum of RGB (Red+Green+Blue) = 15+0+65=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 65 (25.78% from 255 or 81.25% from 80); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F0041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0041 is #F0FFBE. Grayscale: #0B0B0B. Windows color (decimal): -15794111 or 4259855. OLE color: 4259855.
HSL color Cylindrical-coordinate representation of color #0F0041: hue angle of 253.85º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0041 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 0 | 65 | - |
| CMYK | 0.77 | 1 | 0 | 0.75 |
| HSL | 253.85º | 1% | 0.13% | - |
| HSV(B) | 253.85º | 1% | 0.25% | - |
| XYZ | 1.15 | 0.48 | 5.03 | - |
| YUV | 11.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 65 | 0.77 | 1 | 0 | 0.75 | 253.85 | 1 | 0.13 |
| Hex | F | 0 | 41 | 4D | 64 | 0 | 4B | FE | 64 | D |
| Octal | 17 | 0 | 101 | 115 | 144 | 0 | 113 | 376 | 144 | 15 |
| Binary | 1111 | 0 | 1000001 | 1001101 | 1100100 | 0 | 1001011 | 11111110 | 1100100 | 1101 |
Color Harmonies of #0F0041
Complementary color
Monochromatic Colors of #0F0041
Black with #0F0041
Text Example
Text Example
White with #0F0041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0041; }
p { color: rgb(15,0,65); }
H1.HeaderClassName
{
color: #0F0041;
}
.AnyTagClassName
{
color: #0F0041;
}
</style>
background-color css
<style>
a { background-color: #0F0041; }
a { background-color: rgb(15,0,65); }
div.DivClassName
{
background-color: #0F0041;
}
.BgClassName
{
background-color: #0F0041;
}
</style>
border-color css
<style>
span { border-color: #0F0041; }
span { border-color: rgb(15,0,65); }
td.TdClassName
{
border-color: #0F0041;
}
.TagClassName
{
border-color: #0F0041;
}
</style>