Shades of Violent Violet #260D50
Tints of Violent Violet #260D50
RGB
CMYK
RGB Variations
Color information
#260D50 (or 0x260D50) is known color: Violent Violet. HEX triplet: 26, 0D and 50. RGB value is (38,13,80). Sum of RGB (Red+Green+Blue) = 38+13+80=131 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.01% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #260D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D50 is #D9F2AF. Grayscale: #1B1B1B. Windows color (decimal): -14283440 or 5246246. OLE color: 5246246.
HSL color Cylindrical-coordinate representation of color #260D50: hue angle of 262.39º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #260D50 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 13 | 80 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.69 |
| HSL | 262.39º | 0.72% | 0.18% | - |
| HSV(B) | 262.39º | 0.84% | 0.31% | - |
| XYZ | 2.39 | 1.28 | 7.71 | - |
| YUV | 28.11 | 157.28 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 80 | 0.52 | 0.84 | 0 | 0.69 | 262.39 | 0.72 | 0.18 |
| Hex | 26 | D | 50 | 34 | 54 | 0 | 45 | 106 | 48 | 12 |
| Octal | 46 | 15 | 120 | 64 | 124 | 0 | 105 | 406 | 110 | 22 |
| Binary | 100110 | 1101 | 1010000 | 110100 | 1010100 | 0 | 1000101 | 100000110 | 1001000 | 10010 |
Color Harmonies of #260D50
Complementary color
Monochromatic Colors of #260D50
Black with #260D50
Text Example
Text Example
White with #260D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D50; }
p { color: rgb(38,13,80); }
H1.HeaderClassName
{
color: #260D50;
}
.AnyTagClassName
{
color: #260D50;
}
</style>
background-color css
<style>
a { background-color: #260D50; }
a { background-color: rgb(38,13,80); }
div.DivClassName
{
background-color: #260D50;
}
.BgClassName
{
background-color: #260D50;
}
</style>
border-color css
<style>
span { border-color: #260D50; }
span { border-color: rgb(38,13,80); }
td.TdClassName
{
border-color: #260D50;
}
.TagClassName
{
border-color: #260D50;
}
</style>