Shades of Violent Violet #260F4F
Tints of Violent Violet #260F4F
RGB
CMYK
RGB Variations
Color information
#260F4F (or 0x260F4F) is known color: Violent Violet. HEX triplet: 26, 0F and 4F. RGB value is (38,15,79). Sum of RGB (Red+Green+Blue) = 38+15+79=132 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.79% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 79 (31.25% from 255 or 59.85% from 132); Max value from RGB is 79 - color contains mainly: blue. Hex color #260F4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260F4F is #D9F0B0. Grayscale: #1C1C1C. Windows color (decimal): -14282929 or 5181222. OLE color: 5181222.
HSL color Cylindrical-coordinate representation of color #260F4F: hue angle of 261.56º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #260F4F is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 15 | 79 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.69 |
| HSL | 261.56º | 0.68% | 0.18% | - |
| HSV(B) | 261.56º | 0.81% | 0.31% | - |
| XYZ | 2.38 | 1.32 | 7.53 | - |
| YUV | 29.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 79 | 0.52 | 0.81 | 0 | 0.69 | 261.56 | 0.68 | 0.18 |
| Hex | 26 | F | 4F | 34 | 51 | 0 | 45 | 106 | 44 | 12 |
| Octal | 46 | 17 | 117 | 64 | 121 | 0 | 105 | 406 | 104 | 22 |
| Binary | 100110 | 1111 | 1001111 | 110100 | 1010001 | 0 | 1000101 | 100000110 | 1000100 | 10010 |
Color Harmonies of #260F4F
Complementary color
Monochromatic Colors of #260F4F
Black with #260F4F
Text Example
Text Example
White with #260F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F4F; }
p { color: rgb(38,15,79); }
H1.HeaderClassName
{
color: #260F4F;
}
.AnyTagClassName
{
color: #260F4F;
}
</style>
background-color css
<style>
a { background-color: #260F4F; }
a { background-color: rgb(38,15,79); }
div.DivClassName
{
background-color: #260F4F;
}
.BgClassName
{
background-color: #260F4F;
}
</style>
border-color css
<style>
span { border-color: #260F4F; }
span { border-color: rgb(38,15,79); }
td.TdClassName
{
border-color: #260F4F;
}
.TagClassName
{
border-color: #260F4F;
}
</style>