Shades of Dark Violet #7B02CD
Tints of Dark Violet #7B02CD
RGB
CMYK
RGB Variations
Color information
#7B02CD (or 0x7B02CD) is known color: Dark Violet. HEX triplet: 7B, 02 and CD. RGB value is (123,2,205). Sum of RGB (Red+Green+Blue) = 123+2+205=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B02CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B02CD is #84FD32. Grayscale: #3C3C3C. Windows color (decimal): -8715571 or 13435515. OLE color: 13435515.
HSL color Cylindrical-coordinate representation of color #7B02CD: hue angle of 275.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B02CD is Cyan = 0.4, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 2 | 205 | - |
| CMYK | 0.4 | 0.99 | 0 | 0.20 |
| HSL | 275.76º | 0.98% | 0.41% | - |
| HSV(B) | 275.76º | 0.99% | 0.8% | - |
| XYZ | 19.21 | 8.66 | 58.42 | - |
| YUV | 61.32 | 209.09 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 2 | 205 | 0.4 | 0.99 | 0 | 0.20 | 275.76 | 0.98 | 0.41 |
| Hex | 7B | 2 | CD | 28 | 63 | 0 | 14 | 114 | 62 | 29 |
| Octal | 173 | 2 | 315 | 50 | 143 | 0 | 24 | 424 | 142 | 51 |
| Binary | 1111011 | 10 | 11001101 | 101000 | 1100011 | 0 | 10100 | 100010100 | 1100010 | 101001 |
Color Harmonies of #7B02CD
Complementary color
Monochromatic Colors of #7B02CD
Black with #7B02CD
Text Example
Text Example
White with #7B02CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B02CD; }
p { color: rgb(123,2,205); }
H1.HeaderClassName
{
color: #7B02CD;
}
.AnyTagClassName
{
color: #7B02CD;
}
</style>
background-color css
<style>
a { background-color: #7B02CD; }
a { background-color: rgb(123,2,205); }
div.DivClassName
{
background-color: #7B02CD;
}
.BgClassName
{
background-color: #7B02CD;
}
</style>
border-color css
<style>
span { border-color: #7B02CD; }
span { border-color: rgb(123,2,205); }
td.TdClassName
{
border-color: #7B02CD;
}
.TagClassName
{
border-color: #7B02CD;
}
</style>