Shades of Purple Heart #6603AF
Tints of Purple Heart #6603AF
RGB
CMYK
RGB Variations
Color information
#6603AF (or 0x6603AF) is known color: Purple Heart. HEX triplet: 66, 03 and AF. RGB value is (102,3,175). Sum of RGB (Red+Green+Blue) = 102+3+175=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #6603AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6603AF is #99FC50. Grayscale: #333333. Windows color (decimal): -10091601 or 11469670. OLE color: 11469670.
HSL color Cylindrical-coordinate representation of color #6603AF: hue angle of 274.53º degrees, saturation: 0.97, 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 #6603AF is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 3 | 175 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.31 |
| HSL | 274.53º | 0.97% | 0.35% | - |
| HSV(B) | 274.53º | 0.98% | 0.69% | - |
| XYZ | 13.25 | 5.99 | 41.01 | - |
| YUV | 52.21 | 197.3 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 175 | 0.42 | 0.98 | 0 | 0.31 | 274.53 | 0.97 | 0.35 |
| Hex | 66 | 3 | AF | 2A | 62 | 0 | 1F | 113 | 61 | 23 |
| Octal | 146 | 3 | 257 | 52 | 142 | 0 | 37 | 423 | 141 | 43 |
| Binary | 1100110 | 11 | 10101111 | 101010 | 1100010 | 0 | 11111 | 100010011 | 1100001 | 100011 |
Color Harmonies of #6603AF
Complementary color
Monochromatic Colors of #6603AF
Black with #6603AF
Text Example
Text Example
White with #6603AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6603AF; }
p { color: rgb(102,3,175); }
H1.HeaderClassName
{
color: #6603AF;
}
.AnyTagClassName
{
color: #6603AF;
}
</style>
background-color css
<style>
a { background-color: #6603AF; }
a { background-color: rgb(102,3,175); }
div.DivClassName
{
background-color: #6603AF;
}
.BgClassName
{
background-color: #6603AF;
}
</style>
border-color css
<style>
span { border-color: #6603AF; }
span { border-color: rgb(102,3,175); }
td.TdClassName
{
border-color: #6603AF;
}
.TagClassName
{
border-color: #6603AF;
}
</style>