Shades of Blue Violet #7E24CA
Tints of Blue Violet #7E24CA
RGB
CMYK
RGB Variations
Color information
#7E24CA (or 0x7E24CA) is known color: Blue Violet. HEX triplet: 7E, 24 and CA. RGB value is (126,36,202). Sum of RGB (Red+Green+Blue) = 126+36+202=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E24CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E24CA is #81DB35. Grayscale: #515151. Windows color (decimal): -8510262 or 13247614. OLE color: 13247614.
HSL color Cylindrical-coordinate representation of color #7E24CA: hue angle of 272.53º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E24CA is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 36 | 202 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.21 |
| HSL | 272.53º | 0.7% | 0.47% | - |
| HSV(B) | 272.53º | 0.82% | 0.79% | - |
| XYZ | 19.9 | 9.96 | 56.75 | - |
| YUV | 81.83 | 195.82 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 36 | 202 | 0.38 | 0.82 | 0 | 0.21 | 272.53 | 0.7 | 0.47 |
| Hex | 7E | 24 | CA | 26 | 52 | 0 | 15 | 111 | 46 | 2F |
| Octal | 176 | 44 | 312 | 46 | 122 | 0 | 25 | 421 | 106 | 57 |
| Binary | 1111110 | 100100 | 11001010 | 100110 | 1010010 | 0 | 10101 | 100010001 | 1000110 | 101111 |
Color Harmonies of #7E24CA
Complementary color
Monochromatic Colors of #7E24CA
Black with #7E24CA
Text Example
Text Example
White with #7E24CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E24CA; }
p { color: rgb(126,36,202); }
H1.HeaderClassName
{
color: #7E24CA;
}
.AnyTagClassName
{
color: #7E24CA;
}
</style>
background-color css
<style>
a { background-color: #7E24CA; }
a { background-color: rgb(126,36,202); }
div.DivClassName
{
background-color: #7E24CA;
}
.BgClassName
{
background-color: #7E24CA;
}
</style>
border-color css
<style>
span { border-color: #7E24CA; }
span { border-color: rgb(126,36,202); }
td.TdClassName
{
border-color: #7E24CA;
}
.TagClassName
{
border-color: #7E24CA;
}
</style>