Shades of Purple Heart #6604AF
Tints of Purple Heart #6604AF
RGB
CMYK
RGB Variations
Color information
#6604AF (or 0x6604AF) is known color: Purple Heart. HEX triplet: 66, 04 and AF. RGB value is (102,4,175). Sum of RGB (Red+Green+Blue) = 102+4+175=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #6604AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6604AF is #99FB50. Grayscale: #343434. Windows color (decimal): -10091345 or 11469926. OLE color: 11469926.
HSL color Cylindrical-coordinate representation of color #6604AF: hue angle of 274.39º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6604AF is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 4 | 175 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.31 |
| HSL | 274.39º | 0.96% | 0.35% | - |
| HSV(B) | 274.39º | 0.98% | 0.69% | - |
| XYZ | 13.26 | 6.01 | 41.02 | - |
| YUV | 52.8 | 196.97 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 175 | 0.42 | 0.98 | 0 | 0.31 | 274.39 | 0.96 | 0.35 |
| Hex | 66 | 4 | AF | 2A | 62 | 0 | 1F | 112 | 60 | 23 |
| Octal | 146 | 4 | 257 | 52 | 142 | 0 | 37 | 422 | 140 | 43 |
| Binary | 1100110 | 100 | 10101111 | 101010 | 1100010 | 0 | 11111 | 100010010 | 1100000 | 100011 |
Color Harmonies of #6604AF
Complementary color
Monochromatic Colors of #6604AF
Black with #6604AF
Text Example
Text Example
White with #6604AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6604AF; }
p { color: rgb(102,4,175); }
H1.HeaderClassName
{
color: #6604AF;
}
.AnyTagClassName
{
color: #6604AF;
}
</style>
background-color css
<style>
a { background-color: #6604AF; }
a { background-color: rgb(102,4,175); }
div.DivClassName
{
background-color: #6604AF;
}
.BgClassName
{
background-color: #6604AF;
}
</style>
border-color css
<style>
span { border-color: #6604AF; }
span { border-color: rgb(102,4,175); }
td.TdClassName
{
border-color: #6604AF;
}
.TagClassName
{
border-color: #6604AF;
}
</style>