Shades of Purple Heart #633ECC
Tints of Purple Heart #633ECC
RGB
CMYK
RGB Variations
Color information
#633ECC (or 0x633ECC) is known color: Purple Heart. HEX triplet: 63, 3E and CC. RGB value is (99,62,204). Sum of RGB (Red+Green+Blue) = 99+62+204=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #633ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633ECC is #9CC133. Grayscale: #585858. Windows color (decimal): -10273076 or 13385315. OLE color: 13385315.
HSL color Cylindrical-coordinate representation of color #633ECC: hue angle of 255.63º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #633ECC is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 62 | 204 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.2 |
| HSL | 255.63º | 0.58% | 0.52% | - |
| HSV(B) | 255.63º | 0.7% | 0.8% | - |
| XYZ | 17.77 | 10.46 | 58.21 | - |
| YUV | 89.25 | 192.76 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 62 | 204 | 0.51 | 0.70 | 0 | 0.2 | 255.63 | 0.58 | 0.52 |
| Hex | 63 | 3E | CC | 33 | 46 | 0 | 14 | 100 | 3A | 34 |
| Octal | 143 | 76 | 314 | 63 | 106 | 0 | 24 | 400 | 72 | 64 |
| Binary | 1100011 | 111110 | 11001100 | 110011 | 1000110 | 0 | 10100 | 100000000 | 111010 | 110100 |
Color Harmonies of #633ECC
Complementary color
Monochromatic Colors of #633ECC
Black with #633ECC
Text Example
Text Example
White with #633ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633ECC; }
p { color: rgb(99,62,204); }
H1.HeaderClassName
{
color: #633ECC;
}
.AnyTagClassName
{
color: #633ECC;
}
</style>
background-color css
<style>
a { background-color: #633ECC; }
a { background-color: rgb(99,62,204); }
div.DivClassName
{
background-color: #633ECC;
}
.BgClassName
{
background-color: #633ECC;
}
</style>
border-color css
<style>
span { border-color: #633ECC; }
span { border-color: rgb(99,62,204); }
td.TdClassName
{
border-color: #633ECC;
}
.TagClassName
{
border-color: #633ECC;
}
</style>