Shades of Dark Violet #7B05CA
Tints of Dark Violet #7B05CA
RGB
CMYK
RGB Variations
Color information
#7B05CA (or 0x7B05CA) is known color: Dark Violet. HEX triplet: 7B, 05 and CA. RGB value is (123,5,202). Sum of RGB (Red+Green+Blue) = 123+5+202=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B05CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B05CA is #84FA35. Grayscale: #3E3E3E. Windows color (decimal): -8714806 or 13239675. OLE color: 13239675.
HSL color Cylindrical-coordinate representation of color #7B05CA: hue angle of 275.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B05CA is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 5 | 202 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.21 |
| HSL | 275.94º | 0.95% | 0.41% | - |
| HSV(B) | 275.94º | 0.98% | 0.79% | - |
| XYZ | 18.88 | 8.58 | 56.54 | - |
| YUV | 62.74 | 206.59 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 202 | 0.39 | 0.98 | 0 | 0.21 | 275.94 | 0.95 | 0.41 |
| Hex | 7B | 5 | CA | 27 | 62 | 0 | 15 | 114 | 5F | 29 |
| Octal | 173 | 5 | 312 | 47 | 142 | 0 | 25 | 424 | 137 | 51 |
| Binary | 1111011 | 101 | 11001010 | 100111 | 1100010 | 0 | 10101 | 100010100 | 1011111 | 101001 |
Color Harmonies of #7B05CA
Complementary color
Monochromatic Colors of #7B05CA
Black with #7B05CA
Text Example
Text Example
White with #7B05CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B05CA; }
p { color: rgb(123,5,202); }
H1.HeaderClassName
{
color: #7B05CA;
}
.AnyTagClassName
{
color: #7B05CA;
}
</style>
background-color css
<style>
a { background-color: #7B05CA; }
a { background-color: rgb(123,5,202); }
div.DivClassName
{
background-color: #7B05CA;
}
.BgClassName
{
background-color: #7B05CA;
}
</style>
border-color css
<style>
span { border-color: #7B05CA; }
span { border-color: rgb(123,5,202); }
td.TdClassName
{
border-color: #7B05CA;
}
.TagClassName
{
border-color: #7B05CA;
}
</style>