Shades of Dark Violet #7B05CC
Tints of Dark Violet #7B05CC
RGB
CMYK
RGB Variations
Color information
#7B05CC (or 0x7B05CC) is known color: Dark Violet. HEX triplet: 7B, 05 and CC. RGB value is (123,5,204). Sum of RGB (Red+Green+Blue) = 123+5+204=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B05CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B05CC is #84FA33. Grayscale: #3E3E3E. Windows color (decimal): -8714804 or 13370747. OLE color: 13370747.
HSL color Cylindrical-coordinate representation of color #7B05CC: hue angle of 275.58º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B05CC is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 5 | 204 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.2 |
| HSL | 275.58º | 0.95% | 0.41% | - |
| HSV(B) | 275.58º | 0.98% | 0.8% | - |
| XYZ | 19.12 | 8.68 | 57.79 | - |
| YUV | 62.97 | 207.59 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 204 | 0.40 | 0.98 | 0 | 0.2 | 275.58 | 0.95 | 0.41 |
| Hex | 7B | 5 | CC | 28 | 62 | 0 | 14 | 114 | 5F | 29 |
| Octal | 173 | 5 | 314 | 50 | 142 | 0 | 24 | 424 | 137 | 51 |
| Binary | 1111011 | 101 | 11001100 | 101000 | 1100010 | 0 | 10100 | 100010100 | 1011111 | 101001 |
Color Harmonies of #7B05CC
Complementary color
Monochromatic Colors of #7B05CC
Black with #7B05CC
Text Example
Text Example
White with #7B05CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B05CC; }
p { color: rgb(123,5,204); }
H1.HeaderClassName
{
color: #7B05CC;
}
.AnyTagClassName
{
color: #7B05CC;
}
</style>
background-color css
<style>
a { background-color: #7B05CC; }
a { background-color: rgb(123,5,204); }
div.DivClassName
{
background-color: #7B05CC;
}
.BgClassName
{
background-color: #7B05CC;
}
</style>
border-color css
<style>
span { border-color: #7B05CC; }
span { border-color: rgb(123,5,204); }
td.TdClassName
{
border-color: #7B05CC;
}
.TagClassName
{
border-color: #7B05CC;
}
</style>