Shades of Violent Violet #260E59
Tints of Violent Violet #260E59
RGB
CMYK
RGB Variations
Color information
#260E59 (or 0x260E59) is known color: Violent Violet. HEX triplet: 26, 0E and 59. RGB value is (38,14,89). Sum of RGB (Red+Green+Blue) = 38+14+89=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #260E59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260E59 is #D9F1A6. Grayscale: #1D1D1D. Windows color (decimal): -14283175 or 5836326. OLE color: 5836326.
HSL color Cylindrical-coordinate representation of color #260E59: hue angle of 259.2º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #260E59 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 14 | 89 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.65 |
| HSL | 259.2º | 0.73% | 0.2% | - |
| HSV(B) | 259.2º | 0.84% | 0.35% | - |
| XYZ | 2.76 | 1.45 | 9.59 | - |
| YUV | 29.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 89 | 0.57 | 0.84 | 0 | 0.65 | 259.2 | 0.73 | 0.2 |
| Hex | 26 | E | 59 | 39 | 54 | 0 | 41 | 103 | 49 | 14 |
| Octal | 46 | 16 | 131 | 71 | 124 | 0 | 101 | 403 | 111 | 24 |
| Binary | 100110 | 1110 | 1011001 | 111001 | 1010100 | 0 | 1000001 | 100000011 | 1001001 | 10100 |
Color Harmonies of #260E59
Complementary color
Monochromatic Colors of #260E59
Black with #260E59
Text Example
Text Example
White with #260E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260E59; }
p { color: rgb(38,14,89); }
H1.HeaderClassName
{
color: #260E59;
}
.AnyTagClassName
{
color: #260E59;
}
</style>
background-color css
<style>
a { background-color: #260E59; }
a { background-color: rgb(38,14,89); }
div.DivClassName
{
background-color: #260E59;
}
.BgClassName
{
background-color: #260E59;
}
</style>
border-color css
<style>
span { border-color: #260E59; }
span { border-color: rgb(38,14,89); }
td.TdClassName
{
border-color: #260E59;
}
.TagClassName
{
border-color: #260E59;
}
</style>