Shades of Purple Heart #663BE5
Tints of Purple Heart #663BE5
RGB
CMYK
RGB Variations
Color information
#663BE5 (or 0x663BE5) is known color: Purple Heart. HEX triplet: 66, 3B and E5. RGB value is (102,59,229). Sum of RGB (Red+Green+Blue) = 102+59+229=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 229 (89.84% from 255 or 58.72% from 390); Max value from RGB is 229 - color contains mainly: blue. Hex color #663BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663BE5 is #99C41A. Grayscale: #5A5A5A. Windows color (decimal): -10077211 or 15022950. OLE color: 15022950.
HSL color Cylindrical-coordinate representation of color #663BE5: hue angle of 255.18º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #663BE5 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 59 | 229 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.10 |
| HSL | 255.18º | 0.77% | 0.56% | - |
| HSV(B) | 255.18º | 0.74% | 0.9% | - |
| XYZ | 21.19 | 11.61 | 75.25 | - |
| YUV | 91.24 | 205.75 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 229 | 0.55 | 0.74 | 0 | 0.10 | 255.18 | 0.77 | 0.56 |
| Hex | 66 | 3B | E5 | 37 | 4A | 0 | A | FF | 4D | 38 |
| Octal | 146 | 73 | 345 | 67 | 112 | 0 | 12 | 377 | 115 | 70 |
| Binary | 1100110 | 111011 | 11100101 | 110111 | 1001010 | 0 | 1010 | 11111111 | 1001101 | 111000 |
Color Harmonies of #663BE5
Complementary color
Monochromatic Colors of #663BE5
Black with #663BE5
Text Example
Text Example
White with #663BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BE5; }
p { color: rgb(102,59,229); }
H1.HeaderClassName
{
color: #663BE5;
}
.AnyTagClassName
{
color: #663BE5;
}
</style>
background-color css
<style>
a { background-color: #663BE5; }
a { background-color: rgb(102,59,229); }
div.DivClassName
{
background-color: #663BE5;
}
.BgClassName
{
background-color: #663BE5;
}
</style>
border-color css
<style>
span { border-color: #663BE5; }
span { border-color: rgb(102,59,229); }
td.TdClassName
{
border-color: #663BE5;
}
.TagClassName
{
border-color: #663BE5;
}
</style>