Shades of Purple Heart #663DC0
Tints of Purple Heart #663DC0
RGB
CMYK
RGB Variations
Color information
#663DC0 (or 0x663DC0) is known color: Purple Heart. HEX triplet: 66, 3D and C0. RGB value is (102,61,192). Sum of RGB (Red+Green+Blue) = 102+61+192=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #663DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DC0 is #99C23F. Grayscale: #575757. Windows color (decimal): -10076736 or 12598630. OLE color: 12598630.
HSL color Cylindrical-coordinate representation of color #663DC0: hue angle of 258.78º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #663DC0 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 61 | 192 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.25 |
| HSL | 258.78º | 0.52% | 0.5% | - |
| HSV(B) | 258.78º | 0.68% | 0.75% | - |
| XYZ | 16.66 | 9.97 | 50.91 | - |
| YUV | 88.19 | 186.58 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 192 | 0.47 | 0.68 | 0 | 0.25 | 258.78 | 0.52 | 0.5 |
| Hex | 66 | 3D | C0 | 2F | 44 | 0 | 19 | 103 | 34 | 32 |
| Octal | 146 | 75 | 300 | 57 | 104 | 0 | 31 | 403 | 64 | 62 |
| Binary | 1100110 | 111101 | 11000000 | 101111 | 1000100 | 0 | 11001 | 100000011 | 110100 | 110010 |
Color Harmonies of #663DC0
Complementary color
Monochromatic Colors of #663DC0
Black with #663DC0
Text Example
Text Example
White with #663DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DC0; }
p { color: rgb(102,61,192); }
H1.HeaderClassName
{
color: #663DC0;
}
.AnyTagClassName
{
color: #663DC0;
}
</style>
background-color css
<style>
a { background-color: #663DC0; }
a { background-color: rgb(102,61,192); }
div.DivClassName
{
background-color: #663DC0;
}
.BgClassName
{
background-color: #663DC0;
}
</style>
border-color css
<style>
span { border-color: #663DC0; }
span { border-color: rgb(102,61,192); }
td.TdClassName
{
border-color: #663DC0;
}
.TagClassName
{
border-color: #663DC0;
}
</style>