Shades of Vivid Violet #702288
Tints of Vivid Violet #702288
RGB
CMYK
RGB Variations
Color information
#702288 (or 0x702288) is known color: Vivid Violet. HEX triplet: 70, 22 and 88. RGB value is (112,34,136). Sum of RGB (Red+Green+Blue) = 112+34+136=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #702288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702288 is #8FDD77. Grayscale: #444444. Windows color (decimal): -9428344 or 8921712. OLE color: 8921712.
HSL color Cylindrical-coordinate representation of color #702288: hue angle of 285.88º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702288 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 34 | 136 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.47 |
| HSL | 285.88º | 0.6% | 0.33% | - |
| HSV(B) | 285.88º | 0.75% | 0.53% | - |
| XYZ | 11.7 | 6.37 | 23.9 | - |
| YUV | 68.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 136 | 0.18 | 0.75 | 0 | 0.47 | 285.88 | 0.6 | 0.33 |
| Hex | 70 | 22 | 88 | 12 | 4B | 0 | 2F | 11E | 3C | 21 |
| Octal | 160 | 42 | 210 | 22 | 113 | 0 | 57 | 436 | 74 | 41 |
| Binary | 1110000 | 100010 | 10001000 | 10010 | 1001011 | 0 | 101111 | 100011110 | 111100 | 100001 |
Color Harmonies of #702288
Complementary color
Monochromatic Colors of #702288
Black with #702288
Text Example
Text Example
White with #702288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702288; }
p { color: rgb(112,34,136); }
H1.HeaderClassName
{
color: #702288;
}
.AnyTagClassName
{
color: #702288;
}
</style>
background-color css
<style>
a { background-color: #702288; }
a { background-color: rgb(112,34,136); }
div.DivClassName
{
background-color: #702288;
}
.BgClassName
{
background-color: #702288;
}
</style>
border-color css
<style>
span { border-color: #702288; }
span { border-color: rgb(112,34,136); }
td.TdClassName
{
border-color: #702288;
}
.TagClassName
{
border-color: #702288;
}
</style>