Shades of Purple Heart #663CB4
Tints of Purple Heart #663CB4
RGB
CMYK
RGB Variations
Color information
#663CB4 (or 0x663CB4) is known color: Purple Heart. HEX triplet: 66, 3C and B4. RGB value is (102,60,180). Sum of RGB (Red+Green+Blue) = 102+60+180=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #663CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663CB4 is #99C34B. Grayscale: #555555. Windows color (decimal): -10077004 or 11811942. OLE color: 11811942.
HSL color Cylindrical-coordinate representation of color #663CB4: hue angle of 261º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #663CB4 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 60 | 180 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.29 |
| HSL | 261º | 0.5% | 0.47% | - |
| HSV(B) | 261º | 0.67% | 0.71% | - |
| XYZ | 15.33 | 9.35 | 44.18 | - |
| YUV | 86.24 | 180.91 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 180 | 0.43 | 0.67 | 0 | 0.29 | 261 | 0.5 | 0.47 |
| Hex | 66 | 3C | B4 | 2B | 43 | 0 | 1D | 105 | 32 | 2F |
| Octal | 146 | 74 | 264 | 53 | 103 | 0 | 35 | 405 | 62 | 57 |
| Binary | 1100110 | 111100 | 10110100 | 101011 | 1000011 | 0 | 11101 | 100000101 | 110010 | 101111 |
Color Harmonies of #663CB4
Complementary color
Monochromatic Colors of #663CB4
Black with #663CB4
Text Example
Text Example
White with #663CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663CB4; }
p { color: rgb(102,60,180); }
H1.HeaderClassName
{
color: #663CB4;
}
.AnyTagClassName
{
color: #663CB4;
}
</style>
background-color css
<style>
a { background-color: #663CB4; }
a { background-color: rgb(102,60,180); }
div.DivClassName
{
background-color: #663CB4;
}
.BgClassName
{
background-color: #663CB4;
}
</style>
border-color css
<style>
span { border-color: #663CB4; }
span { border-color: rgb(102,60,180); }
td.TdClassName
{
border-color: #663CB4;
}
.TagClassName
{
border-color: #663CB4;
}
</style>