Shades of Purple Heart #6A08CA
Tints of Purple Heart #6A08CA
RGB
CMYK
RGB Variations
Color information
#6A08CA (or 0x6A08CA) is known color: Purple Heart. HEX triplet: 6A, 08 and CA. RGB value is (106,8,202). Sum of RGB (Red+Green+Blue) = 106+8+202=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A08CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A08CA is #95F735. Grayscale: #3A3A3A. Windows color (decimal): -9828150 or 13240426. OLE color: 13240426.
HSL color Cylindrical-coordinate representation of color #6A08CA: hue angle of 270.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A08CA is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 106 | 8 | 202 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.21 |
| HSL | 270.31º | 0.92% | 0.41% | - |
| HSV(B) | 270.31º | 0.96% | 0.79% | - |
| XYZ | 16.69 | 7.5 | 56.45 | - |
| YUV | 59.42 | 208.47 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 202 | 0.48 | 0.96 | 0 | 0.21 | 270.31 | 0.92 | 0.41 |
| Hex | 6A | 8 | CA | 30 | 60 | 0 | 15 | 10E | 5C | 29 |
| Octal | 152 | 10 | 312 | 60 | 140 | 0 | 25 | 416 | 134 | 51 |
| Binary | 1101010 | 1000 | 11001010 | 110000 | 1100000 | 0 | 10101 | 100001110 | 1011100 | 101001 |
Color Harmonies of #6A08CA
Complementary color
Monochromatic Colors of #6A08CA
Black with #6A08CA
Text Example
Text Example
White with #6A08CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A08CA; }
p { color: rgb(106,8,202); }
H1.HeaderClassName
{
color: #6A08CA;
}
.AnyTagClassName
{
color: #6A08CA;
}
</style>
background-color css
<style>
a { background-color: #6A08CA; }
a { background-color: rgb(106,8,202); }
div.DivClassName
{
background-color: #6A08CA;
}
.BgClassName
{
background-color: #6A08CA;
}
</style>
border-color css
<style>
span { border-color: #6A08CA; }
span { border-color: rgb(106,8,202); }
td.TdClassName
{
border-color: #6A08CA;
}
.TagClassName
{
border-color: #6A08CA;
}
</style>