Shades of Purple Heart #633CCC
Tints of Purple Heart #633CCC
RGB
CMYK
RGB Variations
Color information
#633CCC (or 0x633CCC) is known color: Purple Heart. HEX triplet: 63, 3C and CC. RGB value is (99,60,204). Sum of RGB (Red+Green+Blue) = 99+60+204=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #633CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633CCC is #9CC333. Grayscale: #575757. Windows color (decimal): -10273588 or 13384803. OLE color: 13384803.
HSL color Cylindrical-coordinate representation of color #633CCC: hue angle of 256.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #633CCC is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 60 | 204 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.2 |
| HSL | 256.25º | 0.59% | 0.52% | - |
| HSV(B) | 256.25º | 0.71% | 0.8% | - |
| XYZ | 17.66 | 10.24 | 58.17 | - |
| YUV | 88.08 | 193.42 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 204 | 0.51 | 0.71 | 0 | 0.2 | 256.25 | 0.59 | 0.52 |
| Hex | 63 | 3C | CC | 33 | 47 | 0 | 14 | 100 | 3B | 34 |
| Octal | 143 | 74 | 314 | 63 | 107 | 0 | 24 | 400 | 73 | 64 |
| Binary | 1100011 | 111100 | 11001100 | 110011 | 1000111 | 0 | 10100 | 100000000 | 111011 | 110100 |
Color Harmonies of #633CCC
Complementary color
Monochromatic Colors of #633CCC
Black with #633CCC
Text Example
Text Example
White with #633CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633CCC; }
p { color: rgb(99,60,204); }
H1.HeaderClassName
{
color: #633CCC;
}
.AnyTagClassName
{
color: #633CCC;
}
</style>
background-color css
<style>
a { background-color: #633CCC; }
a { background-color: rgb(99,60,204); }
div.DivClassName
{
background-color: #633CCC;
}
.BgClassName
{
background-color: #633CCC;
}
</style>
border-color css
<style>
span { border-color: #633CCC; }
span { border-color: rgb(99,60,204); }
td.TdClassName
{
border-color: #633CCC;
}
.TagClassName
{
border-color: #633CCC;
}
</style>