Shades of Purple Heart #661DCB
Tints of Purple Heart #661DCB
RGB
CMYK
RGB Variations
Color information
#661DCB (or 0x661DCB) is known color: Purple Heart. HEX triplet: 66, 1D and CB. RGB value is (102,29,203). Sum of RGB (Red+Green+Blue) = 102+29+203=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #661DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661DCB is #99E234. Grayscale: #464646. Windows color (decimal): -10084917 or 13311334. OLE color: 13311334.
HSL color Cylindrical-coordinate representation of color #661DCB: hue angle of 265.17º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661DCB is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 29 | 203 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.20 |
| HSL | 265.17º | 0.75% | 0.45% | - |
| HSV(B) | 265.17º | 0.86% | 0.8% | - |
| XYZ | 16.7 | 8.02 | 57.17 | - |
| YUV | 70.66 | 202.68 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 203 | 0.50 | 0.86 | 0 | 0.20 | 265.17 | 0.75 | 0.45 |
| Hex | 66 | 1D | CB | 32 | 56 | 0 | 14 | 109 | 4B | 2D |
| Octal | 146 | 35 | 313 | 62 | 126 | 0 | 24 | 411 | 113 | 55 |
| Binary | 1100110 | 11101 | 11001011 | 110010 | 1010110 | 0 | 10100 | 100001001 | 1001011 | 101101 |
Color Harmonies of #661DCB
Complementary color
Monochromatic Colors of #661DCB
Black with #661DCB
Text Example
Text Example
White with #661DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661DCB; }
p { color: rgb(102,29,203); }
H1.HeaderClassName
{
color: #661DCB;
}
.AnyTagClassName
{
color: #661DCB;
}
</style>
background-color css
<style>
a { background-color: #661DCB; }
a { background-color: rgb(102,29,203); }
div.DivClassName
{
background-color: #661DCB;
}
.BgClassName
{
background-color: #661DCB;
}
</style>
border-color css
<style>
span { border-color: #661DCB; }
span { border-color: rgb(102,29,203); }
td.TdClassName
{
border-color: #661DCB;
}
.TagClassName
{
border-color: #661DCB;
}
</style>