Shades of Purple Heart #663FBE
Tints of Purple Heart #663FBE
RGB
CMYK
RGB Variations
Color information
#663FBE (or 0x663FBE) is known color: Purple Heart. HEX triplet: 66, 3F and BE. RGB value is (102,63,190). Sum of RGB (Red+Green+Blue) = 102+63+190=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #663FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FBE is #99C041. Grayscale: #585858. Windows color (decimal): -10076226 or 12468070. OLE color: 12468070.
HSL color Cylindrical-coordinate representation of color #663FBE: hue angle of 258.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #663FBE is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 63 | 190 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.25 |
| HSL | 258.43º | 0.5% | 0.5% | - |
| HSV(B) | 258.43º | 0.67% | 0.75% | - |
| XYZ | 16.55 | 10.1 | 49.79 | - |
| YUV | 89.14 | 184.92 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 190 | 0.46 | 0.67 | 0 | 0.25 | 258.43 | 0.5 | 0.5 |
| Hex | 66 | 3F | BE | 2E | 43 | 0 | 19 | 102 | 32 | 32 |
| Octal | 146 | 77 | 276 | 56 | 103 | 0 | 31 | 402 | 62 | 62 |
| Binary | 1100110 | 111111 | 10111110 | 101110 | 1000011 | 0 | 11001 | 100000010 | 110010 | 110010 |
Color Harmonies of #663FBE
Complementary color
Monochromatic Colors of #663FBE
Black with #663FBE
Text Example
Text Example
White with #663FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663FBE; }
p { color: rgb(102,63,190); }
H1.HeaderClassName
{
color: #663FBE;
}
.AnyTagClassName
{
color: #663FBE;
}
</style>
background-color css
<style>
a { background-color: #663FBE; }
a { background-color: rgb(102,63,190); }
div.DivClassName
{
background-color: #663FBE;
}
.BgClassName
{
background-color: #663FBE;
}
</style>
border-color css
<style>
span { border-color: #663FBE; }
span { border-color: rgb(102,63,190); }
td.TdClassName
{
border-color: #663FBE;
}
.TagClassName
{
border-color: #663FBE;
}
</style>