Shades of Purple Heart #6022AF
Tints of Purple Heart #6022AF
RGB
CMYK
RGB Variations
Color information
#6022AF (or 0x6022AF) is known color: Purple Heart. HEX triplet: 60, 22 and AF. RGB value is (96,34,175). Sum of RGB (Red+Green+Blue) = 96+34+175=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #6022AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6022AF is #9FDD50. Grayscale: #444444. Windows color (decimal): -10476881 or 11477600. OLE color: 11477600.
HSL color Cylindrical-coordinate representation of color #6022AF: hue angle of 266.38º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6022AF is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 34 | 175 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.31 |
| HSL | 266.38º | 0.67% | 0.41% | - |
| HSV(B) | 266.38º | 0.81% | 0.69% | - |
| XYZ | 13.13 | 6.73 | 41.16 | - |
| YUV | 68.61 | 188.04 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 175 | 0.45 | 0.81 | 0 | 0.31 | 266.38 | 0.67 | 0.41 |
| Hex | 60 | 22 | AF | 2D | 51 | 0 | 1F | 10A | 43 | 29 |
| Octal | 140 | 42 | 257 | 55 | 121 | 0 | 37 | 412 | 103 | 51 |
| Binary | 1100000 | 100010 | 10101111 | 101101 | 1010001 | 0 | 11111 | 100001010 | 1000011 | 101001 |
Color Harmonies of #6022AF
Complementary color
Monochromatic Colors of #6022AF
Black with #6022AF
Text Example
Text Example
White with #6022AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6022AF; }
p { color: rgb(96,34,175); }
H1.HeaderClassName
{
color: #6022AF;
}
.AnyTagClassName
{
color: #6022AF;
}
</style>
background-color css
<style>
a { background-color: #6022AF; }
a { background-color: rgb(96,34,175); }
div.DivClassName
{
background-color: #6022AF;
}
.BgClassName
{
background-color: #6022AF;
}
</style>
border-color css
<style>
span { border-color: #6022AF; }
span { border-color: rgb(96,34,175); }
td.TdClassName
{
border-color: #6022AF;
}
.TagClassName
{
border-color: #6022AF;
}
</style>