Shades of Purple Heart #662FAF
Tints of Purple Heart #662FAF
RGB
CMYK
RGB Variations
Color information
#662FAF (or 0x662FAF) is known color: Purple Heart. HEX triplet: 66, 2F and AF. RGB value is (102,47,175). Sum of RGB (Red+Green+Blue) = 102+47+175=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #662FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662FAF is #99D050. Grayscale: #4D4D4D. Windows color (decimal): -10080337 or 11480934. OLE color: 11480934.
HSL color Cylindrical-coordinate representation of color #662FAF: hue angle of 265.78º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #662FAF is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 47 | 175 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.31 |
| HSL | 265.78º | 0.58% | 0.44% | - |
| HSV(B) | 265.78º | 0.73% | 0.69% | - |
| XYZ | 14.23 | 7.95 | 41.34 | - |
| YUV | 78.04 | 182.72 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 175 | 0.42 | 0.73 | 0 | 0.31 | 265.78 | 0.58 | 0.44 |
| Hex | 66 | 2F | AF | 2A | 49 | 0 | 1F | 10A | 3A | 2C |
| Octal | 146 | 57 | 257 | 52 | 111 | 0 | 37 | 412 | 72 | 54 |
| Binary | 1100110 | 101111 | 10101111 | 101010 | 1001001 | 0 | 11111 | 100001010 | 111010 | 101100 |
Color Harmonies of #662FAF
Complementary color
Monochromatic Colors of #662FAF
Black with #662FAF
Text Example
Text Example
White with #662FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662FAF; }
p { color: rgb(102,47,175); }
H1.HeaderClassName
{
color: #662FAF;
}
.AnyTagClassName
{
color: #662FAF;
}
</style>
background-color css
<style>
a { background-color: #662FAF; }
a { background-color: rgb(102,47,175); }
div.DivClassName
{
background-color: #662FAF;
}
.BgClassName
{
background-color: #662FAF;
}
</style>
border-color css
<style>
span { border-color: #662FAF; }
span { border-color: rgb(102,47,175); }
td.TdClassName
{
border-color: #662FAF;
}
.TagClassName
{
border-color: #662FAF;
}
</style>