Shades of Purple Heart #702AC9
Tints of Purple Heart #702AC9
RGB
CMYK
RGB Variations
Color information
#702AC9 (or 0x702AC9) is known color: Purple Heart. HEX triplet: 70, 2A and C9. RGB value is (112,42,201). Sum of RGB (Red+Green+Blue) = 112+42+201=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 201 (78.91% from 255 or 56.62% from 355); Max value from RGB is 201 - color contains mainly: blue. Hex color #702AC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702AC9 is #8FD536. Grayscale: #505050. Windows color (decimal): -9426231 or 13183600. OLE color: 13183600.
HSL color Cylindrical-coordinate representation of color #702AC9: hue angle of 266.42º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702AC9 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 42 | 201 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.21 |
| HSL | 266.42º | 0.65% | 0.48% | - |
| HSV(B) | 266.42º | 0.79% | 0.79% | - |
| XYZ | 18.05 | 9.32 | 56.11 | - |
| YUV | 81.06 | 195.69 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 201 | 0.44 | 0.79 | 0 | 0.21 | 266.42 | 0.65 | 0.48 |
| Hex | 70 | 2A | C9 | 2C | 4F | 0 | 15 | 10A | 41 | 30 |
| Octal | 160 | 52 | 311 | 54 | 117 | 0 | 25 | 412 | 101 | 60 |
| Binary | 1110000 | 101010 | 11001001 | 101100 | 1001111 | 0 | 10101 | 100001010 | 1000001 | 110000 |
Color Harmonies of #702AC9
Complementary color
Monochromatic Colors of #702AC9
Black with #702AC9
Text Example
Text Example
White with #702AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702AC9; }
p { color: rgb(112,42,201); }
H1.HeaderClassName
{
color: #702AC9;
}
.AnyTagClassName
{
color: #702AC9;
}
</style>
background-color css
<style>
a { background-color: #702AC9; }
a { background-color: rgb(112,42,201); }
div.DivClassName
{
background-color: #702AC9;
}
.BgClassName
{
background-color: #702AC9;
}
</style>
border-color css
<style>
span { border-color: #702AC9; }
span { border-color: rgb(112,42,201); }
td.TdClassName
{
border-color: #702AC9;
}
.TagClassName
{
border-color: #702AC9;
}
</style>