Shades of Purple Heart #661FCB
Tints of Purple Heart #661FCB
RGB
CMYK
RGB Variations
Color information
#661FCB (or 0x661FCB) is known color: Purple Heart. HEX triplet: 66, 1F and CB. RGB value is (102,31,203). Sum of RGB (Red+Green+Blue) = 102+31+203=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #661FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661FCB is #99E034. Grayscale: #474747. Windows color (decimal): -10084405 or 13311846. OLE color: 13311846.
HSL color Cylindrical-coordinate representation of color #661FCB: hue angle of 264.77º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661FCB is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 31 | 203 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.20 |
| HSL | 264.77º | 0.74% | 0.46% | - |
| HSV(B) | 264.77º | 0.85% | 0.8% | - |
| XYZ | 16.75 | 8.12 | 57.18 | - |
| YUV | 71.84 | 202.02 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 203 | 0.50 | 0.85 | 0 | 0.20 | 264.77 | 0.74 | 0.46 |
| Hex | 66 | 1F | CB | 32 | 55 | 0 | 14 | 109 | 4A | 2E |
| Octal | 146 | 37 | 313 | 62 | 125 | 0 | 24 | 411 | 112 | 56 |
| Binary | 1100110 | 11111 | 11001011 | 110010 | 1010101 | 0 | 10100 | 100001001 | 1001010 | 101110 |
Color Harmonies of #661FCB
Complementary color
Monochromatic Colors of #661FCB
Black with #661FCB
Text Example
Text Example
White with #661FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661FCB; }
p { color: rgb(102,31,203); }
H1.HeaderClassName
{
color: #661FCB;
}
.AnyTagClassName
{
color: #661FCB;
}
</style>
background-color css
<style>
a { background-color: #661FCB; }
a { background-color: rgb(102,31,203); }
div.DivClassName
{
background-color: #661FCB;
}
.BgClassName
{
background-color: #661FCB;
}
</style>
border-color css
<style>
span { border-color: #661FCB; }
span { border-color: rgb(102,31,203); }
td.TdClassName
{
border-color: #661FCB;
}
.TagClassName
{
border-color: #661FCB;
}
</style>