Shades of Violent Violet #260C55
Tints of Violent Violet #260C55
RGB
CMYK
RGB Variations
Color information
#260C55 (or 0x260C55) is known color: Violent Violet. HEX triplet: 26, 0C and 55. RGB value is (38,12,85). Sum of RGB (Red+Green+Blue) = 38+12+85=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #260C55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260C55 is #D9F3AA. Grayscale: #1B1B1B. Windows color (decimal): -14283691 or 5573670. OLE color: 5573670.
HSL color Cylindrical-coordinate representation of color #260C55: hue angle of 261.37º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #260C55 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 12 | 85 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.67 |
| HSL | 261.37º | 0.75% | 0.19% | - |
| HSV(B) | 261.37º | 0.86% | 0.33% | - |
| XYZ | 2.57 | 1.33 | 8.72 | - |
| YUV | 28.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 85 | 0.55 | 0.86 | 0 | 0.67 | 261.37 | 0.75 | 0.19 |
| Hex | 26 | C | 55 | 37 | 56 | 0 | 43 | 105 | 4B | 13 |
| Octal | 46 | 14 | 125 | 67 | 126 | 0 | 103 | 405 | 113 | 23 |
| Binary | 100110 | 1100 | 1010101 | 110111 | 1010110 | 0 | 1000011 | 100000101 | 1001011 | 10011 |
Color Harmonies of #260C55
Complementary color
Monochromatic Colors of #260C55
Black with #260C55
Text Example
Text Example
White with #260C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C55; }
p { color: rgb(38,12,85); }
H1.HeaderClassName
{
color: #260C55;
}
.AnyTagClassName
{
color: #260C55;
}
</style>
background-color css
<style>
a { background-color: #260C55; }
a { background-color: rgb(38,12,85); }
div.DivClassName
{
background-color: #260C55;
}
.BgClassName
{
background-color: #260C55;
}
</style>
border-color css
<style>
span { border-color: #260C55; }
span { border-color: rgb(38,12,85); }
td.TdClassName
{
border-color: #260C55;
}
.TagClassName
{
border-color: #260C55;
}
</style>