Shades of Purple Heart #633ACE
Tints of Purple Heart #633ACE
RGB
CMYK
RGB Variations
Color information
#633ACE (or 0x633ACE) is known color: Purple Heart. HEX triplet: 63, 3A and CE. RGB value is (99,58,206). Sum of RGB (Red+Green+Blue) = 99+58+206=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #633ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633ACE is #9CC531. Grayscale: #565656. Windows color (decimal): -10274098 or 13515363. OLE color: 13515363.
HSL color Cylindrical-coordinate representation of color #633ACE: hue angle of 256.62º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #633ACE is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 58 | 206 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.19 |
| HSL | 256.62º | 0.6% | 0.52% | - |
| HSV(B) | 256.62º | 0.72% | 0.81% | - |
| XYZ | 17.8 | 10.13 | 59.41 | - |
| YUV | 87.13 | 195.08 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 206 | 0.52 | 0.72 | 0 | 0.19 | 256.62 | 0.6 | 0.52 |
| Hex | 63 | 3A | CE | 34 | 48 | 0 | 13 | 101 | 3C | 34 |
| Octal | 143 | 72 | 316 | 64 | 110 | 0 | 23 | 401 | 74 | 64 |
| Binary | 1100011 | 111010 | 11001110 | 110100 | 1001000 | 0 | 10011 | 100000001 | 111100 | 110100 |
Color Harmonies of #633ACE
Complementary color
Monochromatic Colors of #633ACE
Black with #633ACE
Text Example
Text Example
White with #633ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633ACE; }
p { color: rgb(99,58,206); }
H1.HeaderClassName
{
color: #633ACE;
}
.AnyTagClassName
{
color: #633ACE;
}
</style>
background-color css
<style>
a { background-color: #633ACE; }
a { background-color: rgb(99,58,206); }
div.DivClassName
{
background-color: #633ACE;
}
.BgClassName
{
background-color: #633ACE;
}
</style>
border-color css
<style>
span { border-color: #633ACE; }
span { border-color: rgb(99,58,206); }
td.TdClassName
{
border-color: #633ACE;
}
.TagClassName
{
border-color: #633ACE;
}
</style>