Shades of Purple Heart #663EB4
Tints of Purple Heart #663EB4
RGB
CMYK
RGB Variations
Color information
#663EB4 (or 0x663EB4) is known color: Purple Heart. HEX triplet: 66, 3E and B4. RGB value is (102,62,180). Sum of RGB (Red+Green+Blue) = 102+62+180=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 180 (70.70% from 255 or 52.33% from 344); Max value from RGB is 180 - color contains mainly: blue. Hex color #663EB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663EB4 is #99C14B. Grayscale: #565656. Windows color (decimal): -10076492 or 11812454. OLE color: 11812454.
HSL color Cylindrical-coordinate representation of color #663EB4: hue angle of 260.34º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #663EB4 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 62 | 180 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.29 |
| HSL | 260.34º | 0.49% | 0.47% | - |
| HSV(B) | 260.34º | 0.66% | 0.71% | - |
| XYZ | 15.44 | 9.57 | 44.21 | - |
| YUV | 87.41 | 180.25 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 180 | 0.43 | 0.66 | 0 | 0.29 | 260.34 | 0.49 | 0.47 |
| Hex | 66 | 3E | B4 | 2B | 42 | 0 | 1D | 104 | 31 | 2F |
| Octal | 146 | 76 | 264 | 53 | 102 | 0 | 35 | 404 | 61 | 57 |
| Binary | 1100110 | 111110 | 10110100 | 101011 | 1000010 | 0 | 11101 | 100000100 | 110001 | 101111 |
Color Harmonies of #663EB4
Complementary color
Monochromatic Colors of #663EB4
Black with #663EB4
Text Example
Text Example
White with #663EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663EB4; }
p { color: rgb(102,62,180); }
H1.HeaderClassName
{
color: #663EB4;
}
.AnyTagClassName
{
color: #663EB4;
}
</style>
background-color css
<style>
a { background-color: #663EB4; }
a { background-color: rgb(102,62,180); }
div.DivClassName
{
background-color: #663EB4;
}
.BgClassName
{
background-color: #663EB4;
}
</style>
border-color css
<style>
span { border-color: #663EB4; }
span { border-color: rgb(102,62,180); }
td.TdClassName
{
border-color: #663EB4;
}
.TagClassName
{
border-color: #663EB4;
}
</style>