Shades of Vivid Violet #702B85
Tints of Vivid Violet #702B85
RGB
CMYK
RGB Variations
Color information
#702B85 (or 0x702B85) is known color: Vivid Violet. HEX triplet: 70, 2B and 85. RGB value is (112,43,133). Sum of RGB (Red+Green+Blue) = 112+43+133=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #702B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702B85 is #8FD47A. Grayscale: #494949. Windows color (decimal): -9426043 or 8727408. OLE color: 8727408.
HSL color Cylindrical-coordinate representation of color #702B85: hue angle of 286º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702B85 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 43 | 133 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.48 |
| HSL | 286º | 0.51% | 0.35% | - |
| HSV(B) | 286º | 0.68% | 0.52% | - |
| XYZ | 11.78 | 6.87 | 22.89 | - |
| YUV | 73.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 133 | 0.16 | 0.68 | 0 | 0.48 | 286 | 0.51 | 0.35 |
| Hex | 70 | 2B | 85 | 10 | 44 | 0 | 30 | 11E | 33 | 23 |
| Octal | 160 | 53 | 205 | 20 | 104 | 0 | 60 | 436 | 63 | 43 |
| Binary | 1110000 | 101011 | 10000101 | 10000 | 1000100 | 0 | 110000 | 100011110 | 110011 | 100011 |
Color Harmonies of #702B85
Complementary color
Monochromatic Colors of #702B85
Black with #702B85
Text Example
Text Example
White with #702B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B85; }
p { color: rgb(112,43,133); }
H1.HeaderClassName
{
color: #702B85;
}
.AnyTagClassName
{
color: #702B85;
}
</style>
background-color css
<style>
a { background-color: #702B85; }
a { background-color: rgb(112,43,133); }
div.DivClassName
{
background-color: #702B85;
}
.BgClassName
{
background-color: #702B85;
}
</style>
border-color css
<style>
span { border-color: #702B85; }
span { border-color: rgb(112,43,133); }
td.TdClassName
{
border-color: #702B85;
}
.TagClassName
{
border-color: #702B85;
}
</style>