Shades of Purple Heart #663ABD
Tints of Purple Heart #663ABD
RGB
CMYK
RGB Variations
Color information
#663ABD (or 0x663ABD) is known color: Purple Heart. HEX triplet: 66, 3A and BD. RGB value is (102,58,189). Sum of RGB (Red+Green+Blue) = 102+58+189=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #663ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ABD is #99C542. Grayscale: #555555. Windows color (decimal): -10077507 or 12401254. OLE color: 12401254.
HSL color Cylindrical-coordinate representation of color #663ABD: hue angle of 260.15º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663ABD is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 58 | 189 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.26 |
| HSL | 260.15º | 0.53% | 0.48% | - |
| HSV(B) | 260.15º | 0.69% | 0.74% | - |
| XYZ | 16.18 | 9.53 | 49.13 | - |
| YUV | 86.09 | 186.08 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 189 | 0.46 | 0.69 | 0 | 0.26 | 260.15 | 0.53 | 0.48 |
| Hex | 66 | 3A | BD | 2E | 45 | 0 | 1A | 104 | 35 | 30 |
| Octal | 146 | 72 | 275 | 56 | 105 | 0 | 32 | 404 | 65 | 60 |
| Binary | 1100110 | 111010 | 10111101 | 101110 | 1000101 | 0 | 11010 | 100000100 | 110101 | 110000 |
Color Harmonies of #663ABD
Complementary color
Monochromatic Colors of #663ABD
Black with #663ABD
Text Example
Text Example
White with #663ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663ABD; }
p { color: rgb(102,58,189); }
H1.HeaderClassName
{
color: #663ABD;
}
.AnyTagClassName
{
color: #663ABD;
}
</style>
background-color css
<style>
a { background-color: #663ABD; }
a { background-color: rgb(102,58,189); }
div.DivClassName
{
background-color: #663ABD;
}
.BgClassName
{
background-color: #663ABD;
}
</style>
border-color css
<style>
span { border-color: #663ABD; }
span { border-color: rgb(102,58,189); }
td.TdClassName
{
border-color: #663ABD;
}
.TagClassName
{
border-color: #663ABD;
}
</style>