Shades of Purple Heart #663AB9
Tints of Purple Heart #663AB9
RGB
CMYK
RGB Variations
Color information
#663AB9 (or 0x663AB9) is known color: Purple Heart. HEX triplet: 66, 3A and B9. RGB value is (102,58,185). Sum of RGB (Red+Green+Blue) = 102+58+185=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #663AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663AB9 is #99C546. Grayscale: #555555. Windows color (decimal): -10077511 or 12139110. OLE color: 12139110.
HSL color Cylindrical-coordinate representation of color #663AB9: hue angle of 260.79º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663AB9 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 58 | 185 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.27 |
| HSL | 260.79º | 0.52% | 0.48% | - |
| HSV(B) | 260.79º | 0.69% | 0.73% | - |
| XYZ | 15.75 | 9.35 | 46.87 | - |
| YUV | 85.63 | 184.08 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 185 | 0.45 | 0.69 | 0 | 0.27 | 260.79 | 0.52 | 0.48 |
| Hex | 66 | 3A | B9 | 2D | 45 | 0 | 1B | 105 | 34 | 30 |
| Octal | 146 | 72 | 271 | 55 | 105 | 0 | 33 | 405 | 64 | 60 |
| Binary | 1100110 | 111010 | 10111001 | 101101 | 1000101 | 0 | 11011 | 100000101 | 110100 | 110000 |
Color Harmonies of #663AB9
Complementary color
Monochromatic Colors of #663AB9
Black with #663AB9
Text Example
Text Example
White with #663AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663AB9; }
p { color: rgb(102,58,185); }
H1.HeaderClassName
{
color: #663AB9;
}
.AnyTagClassName
{
color: #663AB9;
}
</style>
background-color css
<style>
a { background-color: #663AB9; }
a { background-color: rgb(102,58,185); }
div.DivClassName
{
background-color: #663AB9;
}
.BgClassName
{
background-color: #663AB9;
}
</style>
border-color css
<style>
span { border-color: #663AB9; }
span { border-color: rgb(102,58,185); }
td.TdClassName
{
border-color: #663AB9;
}
.TagClassName
{
border-color: #663AB9;
}
</style>