Shades of Violent Violet #260D57
Tints of Violent Violet #260D57
RGB
CMYK
RGB Variations
Color information
#260D57 (or 0x260D57) is known color: Violent Violet. HEX triplet: 26, 0D and 57. RGB value is (38,13,87). Sum of RGB (Red+Green+Blue) = 38+13+87=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #260D57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D57 is #D9F2A8. Grayscale: #1C1C1C. Windows color (decimal): -14283433 or 5704998. OLE color: 5704998.
HSL color Cylindrical-coordinate representation of color #260D57: hue angle of 260.27º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #260D57 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 38 | 13 | 87 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.66 |
| HSL | 260.27º | 0.74% | 0.2% | - |
| HSV(B) | 260.27º | 0.85% | 0.34% | - |
| XYZ | 2.66 | 1.39 | 9.14 | - |
| YUV | 28.91 | 160.78 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 87 | 0.56 | 0.85 | 0 | 0.66 | 260.27 | 0.74 | 0.2 |
| Hex | 26 | D | 57 | 38 | 55 | 0 | 42 | 104 | 4A | 14 |
| Octal | 46 | 15 | 127 | 70 | 125 | 0 | 102 | 404 | 112 | 24 |
| Binary | 100110 | 1101 | 1010111 | 111000 | 1010101 | 0 | 1000010 | 100000100 | 1001010 | 10100 |
Color Harmonies of #260D57
Complementary color
Monochromatic Colors of #260D57
Black with #260D57
Text Example
Text Example
White with #260D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D57; }
p { color: rgb(38,13,87); }
H1.HeaderClassName
{
color: #260D57;
}
.AnyTagClassName
{
color: #260D57;
}
</style>
background-color css
<style>
a { background-color: #260D57; }
a { background-color: rgb(38,13,87); }
div.DivClassName
{
background-color: #260D57;
}
.BgClassName
{
background-color: #260D57;
}
</style>
border-color css
<style>
span { border-color: #260D57; }
span { border-color: rgb(38,13,87); }
td.TdClassName
{
border-color: #260D57;
}
.TagClassName
{
border-color: #260D57;
}
</style>