Shades of Violent Violet #260C4E
Tints of Violent Violet #260C4E
RGB
CMYK
RGB Variations
Color information
#260C4E (or 0x260C4E) is known color: Violent Violet. HEX triplet: 26, 0C and 4E. RGB value is (38,12,78). Sum of RGB (Red+Green+Blue) = 38+12+78=128 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.69% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #260C4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260C4E is #D9F3B1. Grayscale: #1B1B1B. Windows color (decimal): -14283698 or 5114918. OLE color: 5114918.
HSL color Cylindrical-coordinate representation of color #260C4E: hue angle of 263.64º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #260C4E is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 12 | 78 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.69 |
| HSL | 263.64º | 0.73% | 0.18% | - |
| HSV(B) | 263.64º | 0.85% | 0.31% | - |
| XYZ | 2.31 | 1.23 | 7.32 | - |
| YUV | 27.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 78 | 0.51 | 0.85 | 0 | 0.69 | 263.64 | 0.73 | 0.18 |
| Hex | 26 | C | 4E | 33 | 55 | 0 | 45 | 108 | 49 | 12 |
| Octal | 46 | 14 | 116 | 63 | 125 | 0 | 105 | 410 | 111 | 22 |
| Binary | 100110 | 1100 | 1001110 | 110011 | 1010101 | 0 | 1000101 | 100001000 | 1001001 | 10010 |
Color Harmonies of #260C4E
Complementary color
Monochromatic Colors of #260C4E
Black with #260C4E
Text Example
Text Example
White with #260C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C4E; }
p { color: rgb(38,12,78); }
H1.HeaderClassName
{
color: #260C4E;
}
.AnyTagClassName
{
color: #260C4E;
}
</style>
background-color css
<style>
a { background-color: #260C4E; }
a { background-color: rgb(38,12,78); }
div.DivClassName
{
background-color: #260C4E;
}
.BgClassName
{
background-color: #260C4E;
}
</style>
border-color css
<style>
span { border-color: #260C4E; }
span { border-color: rgb(38,12,78); }
td.TdClassName
{
border-color: #260C4E;
}
.TagClassName
{
border-color: #260C4E;
}
</style>