Shades of Purple Heart #663DB7
Tints of Purple Heart #663DB7
RGB
CMYK
RGB Variations
Color information
#663DB7 (or 0x663DB7) is known color: Purple Heart. HEX triplet: 66, 3D and B7. RGB value is (102,61,183). Sum of RGB (Red+Green+Blue) = 102+61+183=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #663DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DB7 is #99C248. Grayscale: #565656. Windows color (decimal): -10076745 or 12008806. OLE color: 12008806.
HSL color Cylindrical-coordinate representation of color #663DB7: hue angle of 260.16º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #663DB7 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 61 | 183 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.28 |
| HSL | 260.16º | 0.5% | 0.48% | - |
| HSV(B) | 260.16º | 0.67% | 0.72% | - |
| XYZ | 15.7 | 9.58 | 45.82 | - |
| YUV | 87.17 | 182.08 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 183 | 0.44 | 0.67 | 0 | 0.28 | 260.16 | 0.5 | 0.48 |
| Hex | 66 | 3D | B7 | 2C | 43 | 0 | 1C | 104 | 32 | 30 |
| Octal | 146 | 75 | 267 | 54 | 103 | 0 | 34 | 404 | 62 | 60 |
| Binary | 1100110 | 111101 | 10110111 | 101100 | 1000011 | 0 | 11100 | 100000100 | 110010 | 110000 |
Color Harmonies of #663DB7
Complementary color
Monochromatic Colors of #663DB7
Black with #663DB7
Text Example
Text Example
White with #663DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DB7; }
p { color: rgb(102,61,183); }
H1.HeaderClassName
{
color: #663DB7;
}
.AnyTagClassName
{
color: #663DB7;
}
</style>
background-color css
<style>
a { background-color: #663DB7; }
a { background-color: rgb(102,61,183); }
div.DivClassName
{
background-color: #663DB7;
}
.BgClassName
{
background-color: #663DB7;
}
</style>
border-color css
<style>
span { border-color: #663DB7; }
span { border-color: rgb(102,61,183); }
td.TdClassName
{
border-color: #663DB7;
}
.TagClassName
{
border-color: #663DB7;
}
</style>