Shades of Violent Violet #1C064A
Tints of Violent Violet #1C064A
RGB
CMYK
RGB Variations
Color information
#1C064A (or 0x1C064A) is known color: Violent Violet. HEX triplet: 1C, 06 and 4A. RGB value is (28,6,74). Sum of RGB (Red+Green+Blue) = 28+6+74=108 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.93% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #1C064A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C064A is #E3F9B5. Grayscale: #141414. Windows color (decimal): -14940598 or 4851228. OLE color: 4851228.
HSL color Cylindrical-coordinate representation of color #1C064A: hue angle of 259.41º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C064A is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 6 | 74 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.71 |
| HSL | 259.41º | 0.85% | 0.16% | - |
| HSV(B) | 259.41º | 0.92% | 0.29% | - |
| XYZ | 1.78 | 0.87 | 6.55 | - |
| YUV | 20.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 74 | 0.62 | 0.92 | 0 | 0.71 | 259.41 | 0.85 | 0.16 |
| Hex | 1C | 6 | 4A | 3E | 5C | 0 | 47 | 103 | 55 | 10 |
| Octal | 34 | 6 | 112 | 76 | 134 | 0 | 107 | 403 | 125 | 20 |
| Binary | 11100 | 110 | 1001010 | 111110 | 1011100 | 0 | 1000111 | 100000011 | 1010101 | 10000 |
Color Harmonies of #1C064A
Complementary color
Monochromatic Colors of #1C064A
Black with #1C064A
Text Example
Text Example
White with #1C064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C064A; }
p { color: rgb(28,6,74); }
H1.HeaderClassName
{
color: #1C064A;
}
.AnyTagClassName
{
color: #1C064A;
}
</style>
background-color css
<style>
a { background-color: #1C064A; }
a { background-color: rgb(28,6,74); }
div.DivClassName
{
background-color: #1C064A;
}
.BgClassName
{
background-color: #1C064A;
}
</style>
border-color css
<style>
span { border-color: #1C064A; }
span { border-color: rgb(28,6,74); }
td.TdClassName
{
border-color: #1C064A;
}
.TagClassName
{
border-color: #1C064A;
}
</style>