Shades of Purple Heart #6604B2
Tints of Purple Heart #6604B2
RGB
CMYK
RGB Variations
Color information
#6604B2 (or 0x6604B2) is known color: Purple Heart. HEX triplet: 66, 04 and B2. RGB value is (102,4,178). Sum of RGB (Red+Green+Blue) = 102+4+178=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 178 (69.92% from 255 or 62.68% from 284); Max value from RGB is 178 - color contains mainly: blue. Hex color #6604B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6604B2 is #99FB4D. Grayscale: #343434. Windows color (decimal): -10091342 or 11666534. OLE color: 11666534.
HSL color Cylindrical-coordinate representation of color #6604B2: hue angle of 273.79º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6604B2 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 4 | 178 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.30 |
| HSL | 273.79º | 0.96% | 0.36% | - |
| HSV(B) | 273.79º | 0.98% | 0.7% | - |
| XYZ | 13.56 | 6.13 | 42.59 | - |
| YUV | 53.14 | 198.47 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 178 | 0.43 | 0.98 | 0 | 0.30 | 273.79 | 0.96 | 0.36 |
| Hex | 66 | 4 | B2 | 2B | 62 | 0 | 1E | 112 | 60 | 24 |
| Octal | 146 | 4 | 262 | 53 | 142 | 0 | 36 | 422 | 140 | 44 |
| Binary | 1100110 | 100 | 10110010 | 101011 | 1100010 | 0 | 11110 | 100010010 | 1100000 | 100100 |
Color Harmonies of #6604B2
Complementary color
Monochromatic Colors of #6604B2
Black with #6604B2
Text Example
Text Example
White with #6604B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6604B2; }
p { color: rgb(102,4,178); }
H1.HeaderClassName
{
color: #6604B2;
}
.AnyTagClassName
{
color: #6604B2;
}
</style>
background-color css
<style>
a { background-color: #6604B2; }
a { background-color: rgb(102,4,178); }
div.DivClassName
{
background-color: #6604B2;
}
.BgClassName
{
background-color: #6604B2;
}
</style>
border-color css
<style>
span { border-color: #6604B2; }
span { border-color: rgb(102,4,178); }
td.TdClassName
{
border-color: #6604B2;
}
.TagClassName
{
border-color: #6604B2;
}
</style>