Shades of Vivid Violet #702484
Tints of Vivid Violet #702484
RGB
CMYK
RGB Variations
Color information
#702484 (or 0x702484) is known color: Vivid Violet. HEX triplet: 70, 24 and 84. RGB value is (112,36,132). Sum of RGB (Red+Green+Blue) = 112+36+132=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #702484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702484 is #8FDB7B. Grayscale: #454545. Windows color (decimal): -9427836 or 8660080. OLE color: 8660080.
HSL color Cylindrical-coordinate representation of color #702484: hue angle of 287.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702484 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 36 | 132 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.48 |
| HSL | 287.5º | 0.57% | 0.33% | - |
| HSV(B) | 287.5º | 0.73% | 0.52% | - |
| XYZ | 11.48 | 6.37 | 22.45 | - |
| YUV | 69.67 | 163.18 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 132 | 0.15 | 0.73 | 0 | 0.48 | 287.5 | 0.57 | 0.33 |
| Hex | 70 | 24 | 84 | F | 49 | 0 | 30 | 120 | 39 | 21 |
| Octal | 160 | 44 | 204 | 17 | 111 | 0 | 60 | 440 | 71 | 41 |
| Binary | 1110000 | 100100 | 10000100 | 1111 | 1001001 | 0 | 110000 | 100100000 | 111001 | 100001 |
Color Harmonies of #702484
Complementary color
Monochromatic Colors of #702484
Black with #702484
Text Example
Text Example
White with #702484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702484; }
p { color: rgb(112,36,132); }
H1.HeaderClassName
{
color: #702484;
}
.AnyTagClassName
{
color: #702484;
}
</style>
background-color css
<style>
a { background-color: #702484; }
a { background-color: rgb(112,36,132); }
div.DivClassName
{
background-color: #702484;
}
.BgClassName
{
background-color: #702484;
}
</style>
border-color css
<style>
span { border-color: #702484; }
span { border-color: rgb(112,36,132); }
td.TdClassName
{
border-color: #702484;
}
.TagClassName
{
border-color: #702484;
}
</style>