Shades of Purple Heart #663DCE
Tints of Purple Heart #663DCE
RGB
CMYK
RGB Variations
Color information
#663DCE (or 0x663DCE) is known color: Purple Heart. HEX triplet: 66, 3D and CE. RGB value is (102,61,206). Sum of RGB (Red+Green+Blue) = 102+61+206=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #663DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DCE is #99C231. Grayscale: #595959. Windows color (decimal): -10076722 or 13516134. OLE color: 13516134.
HSL color Cylindrical-coordinate representation of color #663DCE: hue angle of 256.97º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #663DCE is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 61 | 206 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.19 |
| HSL | 256.97º | 0.6% | 0.52% | - |
| HSV(B) | 256.97º | 0.7% | 0.81% | - |
| XYZ | 18.29 | 10.62 | 59.48 | - |
| YUV | 89.79 | 193.58 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 206 | 0.50 | 0.70 | 0 | 0.19 | 256.97 | 0.6 | 0.52 |
| Hex | 66 | 3D | CE | 32 | 46 | 0 | 13 | 101 | 3C | 34 |
| Octal | 146 | 75 | 316 | 62 | 106 | 0 | 23 | 401 | 74 | 64 |
| Binary | 1100110 | 111101 | 11001110 | 110010 | 1000110 | 0 | 10011 | 100000001 | 111100 | 110100 |
Color Harmonies of #663DCE
Complementary color
Monochromatic Colors of #663DCE
Black with #663DCE
Text Example
Text Example
White with #663DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DCE; }
p { color: rgb(102,61,206); }
H1.HeaderClassName
{
color: #663DCE;
}
.AnyTagClassName
{
color: #663DCE;
}
</style>
background-color css
<style>
a { background-color: #663DCE; }
a { background-color: rgb(102,61,206); }
div.DivClassName
{
background-color: #663DCE;
}
.BgClassName
{
background-color: #663DCE;
}
</style>
border-color css
<style>
span { border-color: #663DCE; }
span { border-color: rgb(102,61,206); }
td.TdClassName
{
border-color: #663DCE;
}
.TagClassName
{
border-color: #663DCE;
}
</style>