Shades of Blue Violet #7B24CE
Tints of Blue Violet #7B24CE
RGB
CMYK
RGB Variations
Color information
#7B24CE (or 0x7B24CE) is known color: Blue Violet. HEX triplet: 7B, 24 and CE. RGB value is (123,36,206). Sum of RGB (Red+Green+Blue) = 123+36+206=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B24CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B24CE is #84DB31. Grayscale: #505050. Windows color (decimal): -8706866 or 13509755. OLE color: 13509755.
HSL color Cylindrical-coordinate representation of color #7B24CE: hue angle of 270.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B24CE is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 36 | 206 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.19 |
| HSL | 270.71º | 0.7% | 0.47% | - |
| HSV(B) | 270.71º | 0.83% | 0.81% | - |
| XYZ | 19.94 | 9.93 | 59.26 | - |
| YUV | 81.39 | 198.32 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 36 | 206 | 0.40 | 0.83 | 0 | 0.19 | 270.71 | 0.7 | 0.47 |
| Hex | 7B | 24 | CE | 28 | 53 | 0 | 13 | 10F | 46 | 2F |
| Octal | 173 | 44 | 316 | 50 | 123 | 0 | 23 | 417 | 106 | 57 |
| Binary | 1111011 | 100100 | 11001110 | 101000 | 1010011 | 0 | 10011 | 100001111 | 1000110 | 101111 |
Color Harmonies of #7B24CE
Complementary color
Monochromatic Colors of #7B24CE
Black with #7B24CE
Text Example
Text Example
White with #7B24CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B24CE; }
p { color: rgb(123,36,206); }
H1.HeaderClassName
{
color: #7B24CE;
}
.AnyTagClassName
{
color: #7B24CE;
}
</style>
background-color css
<style>
a { background-color: #7B24CE; }
a { background-color: rgb(123,36,206); }
div.DivClassName
{
background-color: #7B24CE;
}
.BgClassName
{
background-color: #7B24CE;
}
</style>
border-color css
<style>
span { border-color: #7B24CE; }
span { border-color: rgb(123,36,206); }
td.TdClassName
{
border-color: #7B24CE;
}
.TagClassName
{
border-color: #7B24CE;
}
</style>