Shades of Purple Heart #663BCB
Tints of Purple Heart #663BCB
RGB
CMYK
RGB Variations
Color information
#663BCB (or 0x663BCB) is known color: Purple Heart. HEX triplet: 66, 3B and CB. RGB value is (102,59,203). Sum of RGB (Red+Green+Blue) = 102+59+203=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #663BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663BCB is #99C434. Grayscale: #575757. Windows color (decimal): -10077237 or 13319014. OLE color: 13319014.
HSL color Cylindrical-coordinate representation of color #663BCB: hue angle of 257.92º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #663BCB is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 59 | 203 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.20 |
| HSL | 257.92º | 0.58% | 0.51% | - |
| HSV(B) | 257.92º | 0.71% | 0.8% | - |
| XYZ | 17.82 | 10.26 | 57.54 | - |
| YUV | 88.27 | 192.75 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 203 | 0.50 | 0.71 | 0 | 0.20 | 257.92 | 0.58 | 0.51 |
| Hex | 66 | 3B | CB | 32 | 47 | 0 | 14 | 102 | 3A | 33 |
| Octal | 146 | 73 | 313 | 62 | 107 | 0 | 24 | 402 | 72 | 63 |
| Binary | 1100110 | 111011 | 11001011 | 110010 | 1000111 | 0 | 10100 | 100000010 | 111010 | 110011 |
Color Harmonies of #663BCB
Complementary color
Monochromatic Colors of #663BCB
Black with #663BCB
Text Example
Text Example
White with #663BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BCB; }
p { color: rgb(102,59,203); }
H1.HeaderClassName
{
color: #663BCB;
}
.AnyTagClassName
{
color: #663BCB;
}
</style>
background-color css
<style>
a { background-color: #663BCB; }
a { background-color: rgb(102,59,203); }
div.DivClassName
{
background-color: #663BCB;
}
.BgClassName
{
background-color: #663BCB;
}
</style>
border-color css
<style>
span { border-color: #663BCB; }
span { border-color: rgb(102,59,203); }
td.TdClassName
{
border-color: #663BCB;
}
.TagClassName
{
border-color: #663BCB;
}
</style>