Shades of Purple Heart #7026CA
Tints of Purple Heart #7026CA
RGB
CMYK
RGB Variations
Color information
#7026CA (or 0x7026CA) is known color: Purple Heart. HEX triplet: 70, 26 and CA. RGB value is (112,38,202). Sum of RGB (Red+Green+Blue) = 112+38+202=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #7026CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7026CA is #8FD935. Grayscale: #4E4E4E. Windows color (decimal): -9427254 or 13248112. OLE color: 13248112.
HSL color Cylindrical-coordinate representation of color #7026CA: hue angle of 267.07º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7026CA is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 38 | 202 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.21 |
| HSL | 267.07º | 0.68% | 0.47% | - |
| HSV(B) | 267.07º | 0.81% | 0.79% | - |
| XYZ | 18.04 | 9.1 | 56.68 | - |
| YUV | 78.82 | 197.52 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 202 | 0.45 | 0.81 | 0 | 0.21 | 267.07 | 0.68 | 0.47 |
| Hex | 70 | 26 | CA | 2D | 51 | 0 | 15 | 10B | 44 | 2F |
| Octal | 160 | 46 | 312 | 55 | 121 | 0 | 25 | 413 | 104 | 57 |
| Binary | 1110000 | 100110 | 11001010 | 101101 | 1010001 | 0 | 10101 | 100001011 | 1000100 | 101111 |
Color Harmonies of #7026CA
Complementary color
Monochromatic Colors of #7026CA
Black with #7026CA
Text Example
Text Example
White with #7026CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7026CA; }
p { color: rgb(112,38,202); }
H1.HeaderClassName
{
color: #7026CA;
}
.AnyTagClassName
{
color: #7026CA;
}
</style>
background-color css
<style>
a { background-color: #7026CA; }
a { background-color: rgb(112,38,202); }
div.DivClassName
{
background-color: #7026CA;
}
.BgClassName
{
background-color: #7026CA;
}
</style>
border-color css
<style>
span { border-color: #7026CA; }
span { border-color: rgb(112,38,202); }
td.TdClassName
{
border-color: #7026CA;
}
.TagClassName
{
border-color: #7026CA;
}
</style>