Shades of Purple Heart #661ACF
Tints of Purple Heart #661ACF
RGB
CMYK
RGB Variations
Color information
#661ACF (or 0x661ACF) is known color: Purple Heart. HEX triplet: 66, 1A and CF. RGB value is (102,26,207). Sum of RGB (Red+Green+Blue) = 102+26+207=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #661ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661ACF is #99E530. Grayscale: #444444. Windows color (decimal): -10085681 or 13572710. OLE color: 13572710.
HSL color Cylindrical-coordinate representation of color #661ACF: hue angle of 265.19º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661ACF is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 26 | 207 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.19 |
| HSL | 265.19º | 0.78% | 0.46% | - |
| HSV(B) | 265.19º | 0.87% | 0.81% | - |
| XYZ | 17.11 | 8.07 | 59.69 | - |
| YUV | 69.36 | 205.68 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 207 | 0.51 | 0.87 | 0 | 0.19 | 265.19 | 0.78 | 0.46 |
| Hex | 66 | 1A | CF | 33 | 57 | 0 | 13 | 109 | 4E | 2E |
| Octal | 146 | 32 | 317 | 63 | 127 | 0 | 23 | 411 | 116 | 56 |
| Binary | 1100110 | 11010 | 11001111 | 110011 | 1010111 | 0 | 10011 | 100001001 | 1001110 | 101110 |
Color Harmonies of #661ACF
Complementary color
Monochromatic Colors of #661ACF
Black with #661ACF
Text Example
Text Example
White with #661ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661ACF; }
p { color: rgb(102,26,207); }
H1.HeaderClassName
{
color: #661ACF;
}
.AnyTagClassName
{
color: #661ACF;
}
</style>
background-color css
<style>
a { background-color: #661ACF; }
a { background-color: rgb(102,26,207); }
div.DivClassName
{
background-color: #661ACF;
}
.BgClassName
{
background-color: #661ACF;
}
</style>
border-color css
<style>
span { border-color: #661ACF; }
span { border-color: rgb(102,26,207); }
td.TdClassName
{
border-color: #661ACF;
}
.TagClassName
{
border-color: #661ACF;
}
</style>