Shades of Violent Violet #2A0754
Tints of Violent Violet #2A0754
RGB
CMYK
RGB Variations
Color information
#2A0754 (or 0x2A0754) is known color: Violent Violet. HEX triplet: 2A, 07 and 54. RGB value is (42,7,84). Sum of RGB (Red+Green+Blue) = 42+7+84=133 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.58% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 84 (33.20% from 255 or 63.16% from 133); Max value from RGB is 84 - color contains mainly: blue. Hex color #2A0754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0754 is #D5F8AB. Grayscale: #191919. Windows color (decimal): -14022828 or 5506858. OLE color: 5506858.
HSL color Cylindrical-coordinate representation of color #2A0754: hue angle of 267.27º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A0754 is Cyan = 0.5, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 7 | 84 | - |
| CMYK | 0.5 | 0.92 | 0 | 0.67 |
| HSL | 267.27º | 0.85% | 0.18% | - |
| HSV(B) | 267.27º | 0.92% | 0.33% | - |
| XYZ | 2.63 | 1.28 | 8.5 | - |
| YUV | 26.24 | 160.6 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 84 | 0.5 | 0.92 | 0 | 0.67 | 267.27 | 0.85 | 0.18 |
| Hex | 2A | 7 | 54 | 32 | 5C | 0 | 43 | 10B | 55 | 12 |
| Octal | 52 | 7 | 124 | 62 | 134 | 0 | 103 | 413 | 125 | 22 |
| Binary | 101010 | 111 | 1010100 | 110010 | 1011100 | 0 | 1000011 | 100001011 | 1010101 | 10010 |
Color Harmonies of #2A0754
Complementary color
Monochromatic Colors of #2A0754
Black with #2A0754
Text Example
Text Example
White with #2A0754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0754; }
p { color: rgb(42,7,84); }
H1.HeaderClassName
{
color: #2A0754;
}
.AnyTagClassName
{
color: #2A0754;
}
</style>
background-color css
<style>
a { background-color: #2A0754; }
a { background-color: rgb(42,7,84); }
div.DivClassName
{
background-color: #2A0754;
}
.BgClassName
{
background-color: #2A0754;
}
</style>
border-color css
<style>
span { border-color: #2A0754; }
span { border-color: rgb(42,7,84); }
td.TdClassName
{
border-color: #2A0754;
}
.TagClassName
{
border-color: #2A0754;
}
</style>