Shades of Purple Heart #6628AF
Tints of Purple Heart #6628AF
RGB
CMYK
RGB Variations
Color information
#6628AF (or 0x6628AF) is known color: Purple Heart. HEX triplet: 66, 28 and AF. RGB value is (102,40,175). Sum of RGB (Red+Green+Blue) = 102+40+175=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #6628AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6628AF is #99D750. Grayscale: #494949. Windows color (decimal): -10082129 or 11479142. OLE color: 11479142.
HSL color Cylindrical-coordinate representation of color #6628AF: hue angle of 267.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6628AF is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 40 | 175 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.31 |
| HSL | 267.56º | 0.63% | 0.42% | - |
| HSV(B) | 267.56º | 0.77% | 0.69% | - |
| XYZ | 13.98 | 7.44 | 41.26 | - |
| YUV | 73.93 | 185.04 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 175 | 0.42 | 0.77 | 0 | 0.31 | 267.56 | 0.63 | 0.42 |
| Hex | 66 | 28 | AF | 2A | 4D | 0 | 1F | 10C | 3F | 2A |
| Octal | 146 | 50 | 257 | 52 | 115 | 0 | 37 | 414 | 77 | 52 |
| Binary | 1100110 | 101000 | 10101111 | 101010 | 1001101 | 0 | 11111 | 100001100 | 111111 | 101010 |
Color Harmonies of #6628AF
Complementary color
Monochromatic Colors of #6628AF
Black with #6628AF
Text Example
Text Example
White with #6628AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6628AF; }
p { color: rgb(102,40,175); }
H1.HeaderClassName
{
color: #6628AF;
}
.AnyTagClassName
{
color: #6628AF;
}
</style>
background-color css
<style>
a { background-color: #6628AF; }
a { background-color: rgb(102,40,175); }
div.DivClassName
{
background-color: #6628AF;
}
.BgClassName
{
background-color: #6628AF;
}
</style>
border-color css
<style>
span { border-color: #6628AF; }
span { border-color: rgb(102,40,175); }
td.TdClassName
{
border-color: #6628AF;
}
.TagClassName
{
border-color: #6628AF;
}
</style>