Shades of Purple Heart #6624AF
Tints of Purple Heart #6624AF
RGB
CMYK
RGB Variations
Color information
#6624AF (or 0x6624AF) is known color: Purple Heart. HEX triplet: 66, 24 and AF. RGB value is (102,36,175). Sum of RGB (Red+Green+Blue) = 102+36+175=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #6624AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6624AF is #99DB50. Grayscale: #474747. Windows color (decimal): -10083153 or 11478118. OLE color: 11478118.
HSL color Cylindrical-coordinate representation of color #6624AF: hue angle of 268.49º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6624AF is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 36 | 175 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.31 |
| HSL | 268.49º | 0.66% | 0.41% | - |
| HSV(B) | 268.49º | 0.79% | 0.69% | - |
| XYZ | 13.85 | 7.18 | 41.21 | - |
| YUV | 71.58 | 186.37 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 175 | 0.42 | 0.79 | 0 | 0.31 | 268.49 | 0.66 | 0.41 |
| Hex | 66 | 24 | AF | 2A | 4F | 0 | 1F | 10C | 42 | 29 |
| Octal | 146 | 44 | 257 | 52 | 117 | 0 | 37 | 414 | 102 | 51 |
| Binary | 1100110 | 100100 | 10101111 | 101010 | 1001111 | 0 | 11111 | 100001100 | 1000010 | 101001 |
Color Harmonies of #6624AF
Complementary color
Monochromatic Colors of #6624AF
Black with #6624AF
Text Example
Text Example
White with #6624AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6624AF; }
p { color: rgb(102,36,175); }
H1.HeaderClassName
{
color: #6624AF;
}
.AnyTagClassName
{
color: #6624AF;
}
</style>
background-color css
<style>
a { background-color: #6624AF; }
a { background-color: rgb(102,36,175); }
div.DivClassName
{
background-color: #6624AF;
}
.BgClassName
{
background-color: #6624AF;
}
</style>
border-color css
<style>
span { border-color: #6624AF; }
span { border-color: rgb(102,36,175); }
td.TdClassName
{
border-color: #6624AF;
}
.TagClassName
{
border-color: #6624AF;
}
</style>