Shades of Purple Heart #6A2ABC
Tints of Purple Heart #6A2ABC
RGB
CMYK
RGB Variations
Color information
#6A2ABC (or 0x6A2ABC) is known color: Purple Heart. HEX triplet: 6A, 2A and BC. RGB value is (106,42,188). Sum of RGB (Red+Green+Blue) = 106+42+188=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A2ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2ABC is #95D543. Grayscale: #4D4D4D. Windows color (decimal): -9819460 or 12331626. OLE color: 12331626.
HSL color Cylindrical-coordinate representation of color #6A2ABC: hue angle of 266.3º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A2ABC is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 42 | 188 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.26 |
| HSL | 266.3º | 0.63% | 0.45% | - |
| HSV(B) | 266.3º | 0.78% | 0.74% | - |
| XYZ | 15.85 | 8.35 | 48.35 | - |
| YUV | 77.78 | 190.2 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 42 | 188 | 0.44 | 0.78 | 0 | 0.26 | 266.3 | 0.63 | 0.45 |
| Hex | 6A | 2A | BC | 2C | 4E | 0 | 1A | 10A | 3F | 2D |
| Octal | 152 | 52 | 274 | 54 | 116 | 0 | 32 | 412 | 77 | 55 |
| Binary | 1101010 | 101010 | 10111100 | 101100 | 1001110 | 0 | 11010 | 100001010 | 111111 | 101101 |
Color Harmonies of #6A2ABC
Complementary color
Monochromatic Colors of #6A2ABC
Black with #6A2ABC
Text Example
Text Example
White with #6A2ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2ABC; }
p { color: rgb(106,42,188); }
H1.HeaderClassName
{
color: #6A2ABC;
}
.AnyTagClassName
{
color: #6A2ABC;
}
</style>
background-color css
<style>
a { background-color: #6A2ABC; }
a { background-color: rgb(106,42,188); }
div.DivClassName
{
background-color: #6A2ABC;
}
.BgClassName
{
background-color: #6A2ABC;
}
</style>
border-color css
<style>
span { border-color: #6A2ABC; }
span { border-color: rgb(106,42,188); }
td.TdClassName
{
border-color: #6A2ABC;
}
.TagClassName
{
border-color: #6A2ABC;
}
</style>