Shades of Purple Heart #6604BD
Tints of Purple Heart #6604BD
RGB
CMYK
RGB Variations
Color information
#6604BD (or 0x6604BD) is known color: Purple Heart. HEX triplet: 66, 04 and BD. RGB value is (102,4,189). Sum of RGB (Red+Green+Blue) = 102+4+189=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #6604BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6604BD is #99FB42. Grayscale: #353535. Windows color (decimal): -10091331 or 12387430. OLE color: 12387430.
HSL color Cylindrical-coordinate representation of color #6604BD: hue angle of 271.78º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6604BD is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 4 | 189 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.26 |
| HSL | 271.78º | 0.96% | 0.38% | - |
| HSV(B) | 271.78º | 0.98% | 0.74% | - |
| XYZ | 14.71 | 6.59 | 48.64 | - |
| YUV | 54.39 | 203.97 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 189 | 0.46 | 0.98 | 0 | 0.26 | 271.78 | 0.96 | 0.38 |
| Hex | 66 | 4 | BD | 2E | 62 | 0 | 1A | 110 | 60 | 26 |
| Octal | 146 | 4 | 275 | 56 | 142 | 0 | 32 | 420 | 140 | 46 |
| Binary | 1100110 | 100 | 10111101 | 101110 | 1100010 | 0 | 11010 | 100010000 | 1100000 | 100110 |
Color Harmonies of #6604BD
Complementary color
Monochromatic Colors of #6604BD
Black with #6604BD
Text Example
Text Example
White with #6604BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6604BD; }
p { color: rgb(102,4,189); }
H1.HeaderClassName
{
color: #6604BD;
}
.AnyTagClassName
{
color: #6604BD;
}
</style>
background-color css
<style>
a { background-color: #6604BD; }
a { background-color: rgb(102,4,189); }
div.DivClassName
{
background-color: #6604BD;
}
.BgClassName
{
background-color: #6604BD;
}
</style>
border-color css
<style>
span { border-color: #6604BD; }
span { border-color: rgb(102,4,189); }
td.TdClassName
{
border-color: #6604BD;
}
.TagClassName
{
border-color: #6604BD;
}
</style>