Shades of Purple Heart #6A06CA
Tints of Purple Heart #6A06CA
RGB
CMYK
RGB Variations
Color information
#6A06CA (or 0x6A06CA) is known color: Purple Heart. HEX triplet: 6A, 06 and CA. RGB value is (106,6,202). Sum of RGB (Red+Green+Blue) = 106+6+202=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A06CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A06CA is #95F935. Grayscale: #393939. Windows color (decimal): -9828662 or 13239914. OLE color: 13239914.
HSL color Cylindrical-coordinate representation of color #6A06CA: hue angle of 270.61º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A06CA is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 106 | 6 | 202 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.21 |
| HSL | 270.61º | 0.94% | 0.41% | - |
| HSV(B) | 270.61º | 0.97% | 0.79% | - |
| XYZ | 16.67 | 7.46 | 56.44 | - |
| YUV | 58.24 | 209.13 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 6 | 202 | 0.48 | 0.97 | 0 | 0.21 | 270.61 | 0.94 | 0.41 |
| Hex | 6A | 6 | CA | 30 | 61 | 0 | 15 | 10F | 5E | 29 |
| Octal | 152 | 6 | 312 | 60 | 141 | 0 | 25 | 417 | 136 | 51 |
| Binary | 1101010 | 110 | 11001010 | 110000 | 1100001 | 0 | 10101 | 100001111 | 1011110 | 101001 |
Color Harmonies of #6A06CA
Complementary color
Monochromatic Colors of #6A06CA
Black with #6A06CA
Text Example
Text Example
White with #6A06CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A06CA; }
p { color: rgb(106,6,202); }
H1.HeaderClassName
{
color: #6A06CA;
}
.AnyTagClassName
{
color: #6A06CA;
}
</style>
background-color css
<style>
a { background-color: #6A06CA; }
a { background-color: rgb(106,6,202); }
div.DivClassName
{
background-color: #6A06CA;
}
.BgClassName
{
background-color: #6A06CA;
}
</style>
border-color css
<style>
span { border-color: #6A06CA; }
span { border-color: rgb(106,6,202); }
td.TdClassName
{
border-color: #6A06CA;
}
.TagClassName
{
border-color: #6A06CA;
}
</style>