Shades of Violent Violet #260F59
Tints of Violent Violet #260F59
RGB
CMYK
RGB Variations
Color information
#260F59 (or 0x260F59) is known color: Violent Violet. HEX triplet: 26, 0F and 59. RGB value is (38,15,89). Sum of RGB (Red+Green+Blue) = 38+15+89=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #260F59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260F59 is #D9F0A6. Grayscale: #1E1E1E. Windows color (decimal): -14282919 or 5836582. OLE color: 5836582.
HSL color Cylindrical-coordinate representation of color #260F59: hue angle of 258.65º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #260F59 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 15 | 89 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.65 |
| HSL | 258.65º | 0.71% | 0.2% | - |
| HSV(B) | 258.65º | 0.83% | 0.35% | - |
| XYZ | 2.77 | 1.47 | 9.59 | - |
| YUV | 30.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 89 | 0.57 | 0.83 | 0 | 0.65 | 258.65 | 0.71 | 0.2 |
| Hex | 26 | F | 59 | 39 | 53 | 0 | 41 | 103 | 47 | 14 |
| Octal | 46 | 17 | 131 | 71 | 123 | 0 | 101 | 403 | 107 | 24 |
| Binary | 100110 | 1111 | 1011001 | 111001 | 1010011 | 0 | 1000001 | 100000011 | 1000111 | 10100 |
Color Harmonies of #260F59
Complementary color
Monochromatic Colors of #260F59
Black with #260F59
Text Example
Text Example
White with #260F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F59; }
p { color: rgb(38,15,89); }
H1.HeaderClassName
{
color: #260F59;
}
.AnyTagClassName
{
color: #260F59;
}
</style>
background-color css
<style>
a { background-color: #260F59; }
a { background-color: rgb(38,15,89); }
div.DivClassName
{
background-color: #260F59;
}
.BgClassName
{
background-color: #260F59;
}
</style>
border-color css
<style>
span { border-color: #260F59; }
span { border-color: rgb(38,15,89); }
td.TdClassName
{
border-color: #260F59;
}
.TagClassName
{
border-color: #260F59;
}
</style>