Shades of Purple Heart #663DCB
Tints of Purple Heart #663DCB
RGB
CMYK
RGB Variations
Color information
#663DCB (or 0x663DCB) is known color: Purple Heart. HEX triplet: 66, 3D and CB. RGB value is (102,61,203). Sum of RGB (Red+Green+Blue) = 102+61+203=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #663DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DCB is #99C234. Grayscale: #585858. Windows color (decimal): -10076725 or 13319526. OLE color: 13319526.
HSL color Cylindrical-coordinate representation of color #663DCB: hue angle of 257.32º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #663DCB is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 61 | 203 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.20 |
| HSL | 257.32º | 0.58% | 0.52% | - |
| HSV(B) | 257.32º | 0.7% | 0.8% | - |
| XYZ | 17.93 | 10.47 | 57.58 | - |
| YUV | 89.45 | 192.08 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 203 | 0.50 | 0.70 | 0 | 0.20 | 257.32 | 0.58 | 0.52 |
| Hex | 66 | 3D | CB | 32 | 46 | 0 | 14 | 101 | 3A | 34 |
| Octal | 146 | 75 | 313 | 62 | 106 | 0 | 24 | 401 | 72 | 64 |
| Binary | 1100110 | 111101 | 11001011 | 110010 | 1000110 | 0 | 10100 | 100000001 | 111010 | 110100 |
Color Harmonies of #663DCB
Complementary color
Monochromatic Colors of #663DCB
Black with #663DCB
Text Example
Text Example
White with #663DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DCB; }
p { color: rgb(102,61,203); }
H1.HeaderClassName
{
color: #663DCB;
}
.AnyTagClassName
{
color: #663DCB;
}
</style>
background-color css
<style>
a { background-color: #663DCB; }
a { background-color: rgb(102,61,203); }
div.DivClassName
{
background-color: #663DCB;
}
.BgClassName
{
background-color: #663DCB;
}
</style>
border-color css
<style>
span { border-color: #663DCB; }
span { border-color: rgb(102,61,203); }
td.TdClassName
{
border-color: #663DCB;
}
.TagClassName
{
border-color: #663DCB;
}
</style>