Shades of Purple Heart #663BE0
Tints of Purple Heart #663BE0
RGB
CMYK
RGB Variations
Color information
#663BE0 (or 0x663BE0) is known color: Purple Heart. HEX triplet: 66, 3B and E0. RGB value is (102,59,224). Sum of RGB (Red+Green+Blue) = 102+59+224=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 224 (87.89% from 255 or 58.18% from 385); Max value from RGB is 224 - color contains mainly: blue. Hex color #663BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663BE0 is #99C41F. Grayscale: #5A5A5A. Windows color (decimal): -10077216 or 14695270. OLE color: 14695270.
HSL color Cylindrical-coordinate representation of color #663BE0: hue angle of 255.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #663BE0 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 59 | 224 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.12 |
| HSL | 255.64º | 0.73% | 0.55% | - |
| HSV(B) | 255.64º | 0.74% | 0.88% | - |
| XYZ | 20.5 | 11.33 | 71.63 | - |
| YUV | 90.67 | 203.25 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 224 | 0.54 | 0.74 | 0 | 0.12 | 255.64 | 0.73 | 0.55 |
| Hex | 66 | 3B | E0 | 36 | 4A | 0 | C | 100 | 49 | 37 |
| Octal | 146 | 73 | 340 | 66 | 112 | 0 | 14 | 400 | 111 | 67 |
| Binary | 1100110 | 111011 | 11100000 | 110110 | 1001010 | 0 | 1100 | 100000000 | 1001001 | 110111 |
Color Harmonies of #663BE0
Complementary color
Monochromatic Colors of #663BE0
Black with #663BE0
Text Example
Text Example
White with #663BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BE0; }
p { color: rgb(102,59,224); }
H1.HeaderClassName
{
color: #663BE0;
}
.AnyTagClassName
{
color: #663BE0;
}
</style>
background-color css
<style>
a { background-color: #663BE0; }
a { background-color: rgb(102,59,224); }
div.DivClassName
{
background-color: #663BE0;
}
.BgClassName
{
background-color: #663BE0;
}
</style>
border-color css
<style>
span { border-color: #663BE0; }
span { border-color: rgb(102,59,224); }
td.TdClassName
{
border-color: #663BE0;
}
.TagClassName
{
border-color: #663BE0;
}
</style>