Shades of Purple Heart #663DC1
Tints of Purple Heart #663DC1
RGB
CMYK
RGB Variations
Color information
#663DC1 (or 0x663DC1) is known color: Purple Heart. HEX triplet: 66, 3D and C1. RGB value is (102,61,193). Sum of RGB (Red+Green+Blue) = 102+61+193=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #663DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DC1 is #99C23E. Grayscale: #575757. Windows color (decimal): -10076735 or 12664166. OLE color: 12664166.
HSL color Cylindrical-coordinate representation of color #663DC1: hue angle of 258.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #663DC1 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 61 | 193 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.24 |
| HSL | 258.64º | 0.52% | 0.5% | - |
| HSV(B) | 258.64º | 0.68% | 0.76% | - |
| XYZ | 16.77 | 10.01 | 51.5 | - |
| YUV | 88.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 193 | 0.47 | 0.68 | 0 | 0.24 | 258.64 | 0.52 | 0.5 |
| Hex | 66 | 3D | C1 | 2F | 44 | 0 | 18 | 103 | 34 | 32 |
| Octal | 146 | 75 | 301 | 57 | 104 | 0 | 30 | 403 | 64 | 62 |
| Binary | 1100110 | 111101 | 11000001 | 101111 | 1000100 | 0 | 11000 | 100000011 | 110100 | 110010 |
Color Harmonies of #663DC1
Complementary color
Monochromatic Colors of #663DC1
Black with #663DC1
Text Example
Text Example
White with #663DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DC1; }
p { color: rgb(102,61,193); }
H1.HeaderClassName
{
color: #663DC1;
}
.AnyTagClassName
{
color: #663DC1;
}
</style>
background-color css
<style>
a { background-color: #663DC1; }
a { background-color: rgb(102,61,193); }
div.DivClassName
{
background-color: #663DC1;
}
.BgClassName
{
background-color: #663DC1;
}
</style>
border-color css
<style>
span { border-color: #663DC1; }
span { border-color: rgb(102,61,193); }
td.TdClassName
{
border-color: #663DC1;
}
.TagClassName
{
border-color: #663DC1;
}
</style>