Shades of Dark Violet #7102CB
Tints of Dark Violet #7102CB
RGB
CMYK
RGB Variations
Color information
#7102CB (or 0x7102CB) is known color: Dark Violet. HEX triplet: 71, 02 and CB. RGB value is (113,2,203). Sum of RGB (Red+Green+Blue) = 113+2+203=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #7102CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7102CB is #8EFD34. Grayscale: #393939. Windows color (decimal): -9370933 or 13304433. OLE color: 13304433.
HSL color Cylindrical-coordinate representation of color #7102CB: hue angle of 273.13º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7102CB is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 2 | 203 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.20 |
| HSL | 273.13º | 0.98% | 0.4% | - |
| HSV(B) | 273.13º | 0.99% | 0.8% | - |
| XYZ | 17.61 | 7.87 | 57.09 | - |
| YUV | 58.1 | 209.77 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 203 | 0.44 | 0.99 | 0 | 0.20 | 273.13 | 0.98 | 0.4 |
| Hex | 71 | 2 | CB | 2C | 63 | 0 | 14 | 111 | 62 | 28 |
| Octal | 161 | 2 | 313 | 54 | 143 | 0 | 24 | 421 | 142 | 50 |
| Binary | 1110001 | 10 | 11001011 | 101100 | 1100011 | 0 | 10100 | 100010001 | 1100010 | 101000 |
Color Harmonies of #7102CB
Complementary color
Monochromatic Colors of #7102CB
Black with #7102CB
Text Example
Text Example
White with #7102CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7102CB; }
p { color: rgb(113,2,203); }
H1.HeaderClassName
{
color: #7102CB;
}
.AnyTagClassName
{
color: #7102CB;
}
</style>
background-color css
<style>
a { background-color: #7102CB; }
a { background-color: rgb(113,2,203); }
div.DivClassName
{
background-color: #7102CB;
}
.BgClassName
{
background-color: #7102CB;
}
</style>
border-color css
<style>
span { border-color: #7102CB; }
span { border-color: rgb(113,2,203); }
td.TdClassName
{
border-color: #7102CB;
}
.TagClassName
{
border-color: #7102CB;
}
</style>