Shades of Blue Violet #7D24CF
Tints of Blue Violet #7D24CF
RGB
CMYK
RGB Variations
Color information
#7D24CF (or 0x7D24CF) is known color: Blue Violet. HEX triplet: 7D, 24 and CF. RGB value is (125,36,207). Sum of RGB (Red+Green+Blue) = 125+36+207=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D24CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D24CF is #82DB30. Grayscale: #515151. Windows color (decimal): -8575793 or 13575293. OLE color: 13575293.
HSL color Cylindrical-coordinate representation of color #7D24CF: hue angle of 271.23º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D24CF is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 36 | 207 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.19 |
| HSL | 271.23º | 0.7% | 0.48% | - |
| HSV(B) | 271.23º | 0.83% | 0.81% | - |
| XYZ | 20.35 | 10.13 | 59.91 | - |
| YUV | 82.11 | 198.49 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 36 | 207 | 0.40 | 0.83 | 0 | 0.19 | 271.23 | 0.7 | 0.48 |
| Hex | 7D | 24 | CF | 28 | 53 | 0 | 13 | 10F | 46 | 30 |
| Octal | 175 | 44 | 317 | 50 | 123 | 0 | 23 | 417 | 106 | 60 |
| Binary | 1111101 | 100100 | 11001111 | 101000 | 1010011 | 0 | 10011 | 100001111 | 1000110 | 110000 |
Color Harmonies of #7D24CF
Complementary color
Monochromatic Colors of #7D24CF
Black with #7D24CF
Text Example
Text Example
White with #7D24CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D24CF; }
p { color: rgb(125,36,207); }
H1.HeaderClassName
{
color: #7D24CF;
}
.AnyTagClassName
{
color: #7D24CF;
}
</style>
background-color css
<style>
a { background-color: #7D24CF; }
a { background-color: rgb(125,36,207); }
div.DivClassName
{
background-color: #7D24CF;
}
.BgClassName
{
background-color: #7D24CF;
}
</style>
border-color css
<style>
span { border-color: #7D24CF; }
span { border-color: rgb(125,36,207); }
td.TdClassName
{
border-color: #7D24CF;
}
.TagClassName
{
border-color: #7D24CF;
}
</style>