Shades of Purple Heart #663CB3
Tints of Purple Heart #663CB3
RGB
CMYK
RGB Variations
Color information
#663CB3 (or 0x663CB3) is known color: Purple Heart. HEX triplet: 66, 3C and B3. RGB value is (102,60,179). Sum of RGB (Red+Green+Blue) = 102+60+179=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #663CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663CB3 is #99C34C. Grayscale: #555555. Windows color (decimal): -10077005 or 11746406. OLE color: 11746406.
HSL color Cylindrical-coordinate representation of color #663CB3: hue angle of 261.18º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #663CB3 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 60 | 179 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.30 |
| HSL | 261.18º | 0.5% | 0.47% | - |
| HSV(B) | 261.18º | 0.66% | 0.7% | - |
| XYZ | 15.23 | 9.31 | 43.64 | - |
| YUV | 86.12 | 180.41 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 179 | 0.43 | 0.66 | 0 | 0.30 | 261.18 | 0.5 | 0.47 |
| Hex | 66 | 3C | B3 | 2B | 42 | 0 | 1E | 105 | 32 | 2F |
| Octal | 146 | 74 | 263 | 53 | 102 | 0 | 36 | 405 | 62 | 57 |
| Binary | 1100110 | 111100 | 10110011 | 101011 | 1000010 | 0 | 11110 | 100000101 | 110010 | 101111 |
Color Harmonies of #663CB3
Complementary color
Monochromatic Colors of #663CB3
Black with #663CB3
Text Example
Text Example
White with #663CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663CB3; }
p { color: rgb(102,60,179); }
H1.HeaderClassName
{
color: #663CB3;
}
.AnyTagClassName
{
color: #663CB3;
}
</style>
background-color css
<style>
a { background-color: #663CB3; }
a { background-color: rgb(102,60,179); }
div.DivClassName
{
background-color: #663CB3;
}
.BgClassName
{
background-color: #663CB3;
}
</style>
border-color css
<style>
span { border-color: #663CB3; }
span { border-color: rgb(102,60,179); }
td.TdClassName
{
border-color: #663CB3;
}
.TagClassName
{
border-color: #663CB3;
}
</style>