Shades of Purple Heart #661BCB
Tints of Purple Heart #661BCB
RGB
CMYK
RGB Variations
Color information
#661BCB (or 0x661BCB) is known color: Purple Heart. HEX triplet: 66, 1B and CB. RGB value is (102,27,203). Sum of RGB (Red+Green+Blue) = 102+27+203=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #661BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661BCB is #99E434. Grayscale: #444444. Windows color (decimal): -10085429 or 13310822. OLE color: 13310822.
HSL color Cylindrical-coordinate representation of color #661BCB: hue angle of 265.57º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661BCB is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 27 | 203 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.20 |
| HSL | 265.57º | 0.77% | 0.45% | - |
| HSV(B) | 265.57º | 0.87% | 0.8% | - |
| XYZ | 16.65 | 7.92 | 57.15 | - |
| YUV | 69.49 | 203.35 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 203 | 0.50 | 0.87 | 0 | 0.20 | 265.57 | 0.77 | 0.45 |
| Hex | 66 | 1B | CB | 32 | 57 | 0 | 14 | 10A | 4D | 2D |
| Octal | 146 | 33 | 313 | 62 | 127 | 0 | 24 | 412 | 115 | 55 |
| Binary | 1100110 | 11011 | 11001011 | 110010 | 1010111 | 0 | 10100 | 100001010 | 1001101 | 101101 |
Color Harmonies of #661BCB
Complementary color
Monochromatic Colors of #661BCB
Black with #661BCB
Text Example
Text Example
White with #661BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661BCB; }
p { color: rgb(102,27,203); }
H1.HeaderClassName
{
color: #661BCB;
}
.AnyTagClassName
{
color: #661BCB;
}
</style>
background-color css
<style>
a { background-color: #661BCB; }
a { background-color: rgb(102,27,203); }
div.DivClassName
{
background-color: #661BCB;
}
.BgClassName
{
background-color: #661BCB;
}
</style>
border-color css
<style>
span { border-color: #661BCB; }
span { border-color: rgb(102,27,203); }
td.TdClassName
{
border-color: #661BCB;
}
.TagClassName
{
border-color: #661BCB;
}
</style>