Shades of Blue Violet #7F24FF
Tints of Blue Violet #7F24FF
RGB
CMYK
RGB Variations
Color information
#7F24FF (or 0x7F24FF) is known color: Blue Violet. HEX triplet: 7F, 24 and FF. RGB value is (127,36,255). Sum of RGB (Red+Green+Blue) = 127+36+255=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F24FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F24FF is #80DB00. Grayscale: #575757. Windows color (decimal): -8444673 or 16721023. OLE color: 16721023.
HSL color Cylindrical-coordinate representation of color #7F24FF: hue angle of 264.93º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F24FF is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 36 | 255 | - |
| CMYK | 0.50 | 0.86 | 0 | 0 |
| HSL | 264.93º | 1% | 0.57% | - |
| HSV(B) | 264.93º | 0.86% | 1% | - |
| XYZ | 27.43 | 12.99 | 95.67 | - |
| YUV | 88.18 | 222.15 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 36 | 255 | 0.50 | 0.86 | 0 | 0 | 264.93 | 1 | 0.57 |
| Hex | 7F | 24 | FF | 32 | 56 | 0 | 0 | 109 | 64 | 39 |
| Octal | 177 | 44 | 377 | 62 | 126 | 0 | 0 | 411 | 144 | 71 |
| Binary | 1111111 | 100100 | 11111111 | 110010 | 1010110 | 0 | 0 | 100001001 | 1100100 | 111001 |
Color Harmonies of #7F24FF
Complementary color
Monochromatic Colors of #7F24FF
Black with #7F24FF
Text Example
Text Example
White with #7F24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F24FF; }
p { color: rgb(127,36,255); }
H1.HeaderClassName
{
color: #7F24FF;
}
.AnyTagClassName
{
color: #7F24FF;
}
</style>
background-color css
<style>
a { background-color: #7F24FF; }
a { background-color: rgb(127,36,255); }
div.DivClassName
{
background-color: #7F24FF;
}
.BgClassName
{
background-color: #7F24FF;
}
</style>
border-color css
<style>
span { border-color: #7F24FF; }
span { border-color: rgb(127,36,255); }
td.TdClassName
{
border-color: #7F24FF;
}
.TagClassName
{
border-color: #7F24FF;
}
</style>