Shades of Purple Heart #663DDC
Tints of Purple Heart #663DDC
RGB
CMYK
RGB Variations
Color information
#663DDC (or 0x663DDC) is known color: Purple Heart. HEX triplet: 66, 3D and DC. RGB value is (102,61,220). Sum of RGB (Red+Green+Blue) = 102+61+220=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #663DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DDC is #99C223. Grayscale: #5A5A5A. Windows color (decimal): -10076708 or 14433638. OLE color: 14433638.
HSL color Cylindrical-coordinate representation of color #663DDC: hue angle of 255.47º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663DDC is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 61 | 220 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.14 |
| HSL | 255.47º | 0.69% | 0.55% | - |
| HSV(B) | 255.47º | 0.72% | 0.86% | - |
| XYZ | 20.07 | 11.33 | 68.84 | - |
| YUV | 91.39 | 200.58 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 220 | 0.54 | 0.72 | 0 | 0.14 | 255.47 | 0.69 | 0.55 |
| Hex | 66 | 3D | DC | 36 | 48 | 0 | E | FF | 45 | 37 |
| Octal | 146 | 75 | 334 | 66 | 110 | 0 | 16 | 377 | 105 | 67 |
| Binary | 1100110 | 111101 | 11011100 | 110110 | 1001000 | 0 | 1110 | 11111111 | 1000101 | 110111 |
Color Harmonies of #663DDC
Complementary color
Monochromatic Colors of #663DDC
Black with #663DDC
Text Example
Text Example
White with #663DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DDC; }
p { color: rgb(102,61,220); }
H1.HeaderClassName
{
color: #663DDC;
}
.AnyTagClassName
{
color: #663DDC;
}
</style>
background-color css
<style>
a { background-color: #663DDC; }
a { background-color: rgb(102,61,220); }
div.DivClassName
{
background-color: #663DDC;
}
.BgClassName
{
background-color: #663DDC;
}
</style>
border-color css
<style>
span { border-color: #663DDC; }
span { border-color: rgb(102,61,220); }
td.TdClassName
{
border-color: #663DDC;
}
.TagClassName
{
border-color: #663DDC;
}
</style>