Shades of Blue Violet #7F24CA
Tints of Blue Violet #7F24CA
RGB
CMYK
RGB Variations
Color information
#7F24CA (or 0x7F24CA) is known color: Blue Violet. HEX triplet: 7F, 24 and CA. RGB value is (127,36,202). Sum of RGB (Red+Green+Blue) = 127+36+202=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F24CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F24CA is #80DB35. Grayscale: #515151. Windows color (decimal): -8444726 or 13247615. OLE color: 13247615.
HSL color Cylindrical-coordinate representation of color #7F24CA: hue angle of 272.89º 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 #7F24CA is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 36 | 202 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.21 |
| HSL | 272.89º | 0.7% | 0.47% | - |
| HSV(B) | 272.89º | 0.82% | 0.79% | - |
| XYZ | 20.04 | 10.04 | 56.76 | - |
| YUV | 82.13 | 195.65 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 36 | 202 | 0.37 | 0.82 | 0 | 0.21 | 272.89 | 0.7 | 0.47 |
| Hex | 7F | 24 | CA | 25 | 52 | 0 | 15 | 111 | 46 | 2F |
| Octal | 177 | 44 | 312 | 45 | 122 | 0 | 25 | 421 | 106 | 57 |
| Binary | 1111111 | 100100 | 11001010 | 100101 | 1010010 | 0 | 10101 | 100010001 | 1000110 | 101111 |
Color Harmonies of #7F24CA
Complementary color
Monochromatic Colors of #7F24CA
Black with #7F24CA
Text Example
Text Example
White with #7F24CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F24CA; }
p { color: rgb(127,36,202); }
H1.HeaderClassName
{
color: #7F24CA;
}
.AnyTagClassName
{
color: #7F24CA;
}
</style>
background-color css
<style>
a { background-color: #7F24CA; }
a { background-color: rgb(127,36,202); }
div.DivClassName
{
background-color: #7F24CA;
}
.BgClassName
{
background-color: #7F24CA;
}
</style>
border-color css
<style>
span { border-color: #7F24CA; }
span { border-color: rgb(127,36,202); }
td.TdClassName
{
border-color: #7F24CA;
}
.TagClassName
{
border-color: #7F24CA;
}
</style>