Shades of Dark Violet #7B14CC
Tints of Dark Violet #7B14CC
RGB
CMYK
RGB Variations
Color information
#7B14CC (or 0x7B14CC) is known color: Dark Violet. HEX triplet: 7B, 14 and CC. RGB value is (123,20,204). Sum of RGB (Red+Green+Blue) = 123+20+204=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B14CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B14CC is #84EB33. Grayscale: #474747. Windows color (decimal): -8710964 or 13374587. OLE color: 13374587.
HSL color Cylindrical-coordinate representation of color #7B14CC: hue angle of 273.59º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B14CC is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 20 | 204 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.2 |
| HSL | 273.59º | 0.82% | 0.44% | - |
| HSV(B) | 273.59º | 0.9% | 0.8% | - |
| XYZ | 19.32 | 9.07 | 57.86 | - |
| YUV | 71.77 | 202.62 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 20 | 204 | 0.40 | 0.90 | 0 | 0.2 | 273.59 | 0.82 | 0.44 |
| Hex | 7B | 14 | CC | 28 | 5A | 0 | 14 | 112 | 52 | 2C |
| Octal | 173 | 24 | 314 | 50 | 132 | 0 | 24 | 422 | 122 | 54 |
| Binary | 1111011 | 10100 | 11001100 | 101000 | 1011010 | 0 | 10100 | 100010010 | 1010010 | 101100 |
Color Harmonies of #7B14CC
Complementary color
Monochromatic Colors of #7B14CC
Black with #7B14CC
Text Example
Text Example
White with #7B14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B14CC; }
p { color: rgb(123,20,204); }
H1.HeaderClassName
{
color: #7B14CC;
}
.AnyTagClassName
{
color: #7B14CC;
}
</style>
background-color css
<style>
a { background-color: #7B14CC; }
a { background-color: rgb(123,20,204); }
div.DivClassName
{
background-color: #7B14CC;
}
.BgClassName
{
background-color: #7B14CC;
}
</style>
border-color css
<style>
span { border-color: #7B14CC; }
span { border-color: rgb(123,20,204); }
td.TdClassName
{
border-color: #7B14CC;
}
.TagClassName
{
border-color: #7B14CC;
}
</style>