Shades of Purple Heart #632ACC
Tints of Purple Heart #632ACC
RGB
CMYK
RGB Variations
Color information
#632ACC (or 0x632ACC) is known color: Purple Heart. HEX triplet: 63, 2A and CC. RGB value is (99,42,204). Sum of RGB (Red+Green+Blue) = 99+42+204=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #632ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632ACC is #9CD533. Grayscale: #4C4C4C. Windows color (decimal): -10278196 or 13380195. OLE color: 13380195.
HSL color Cylindrical-coordinate representation of color #632ACC: hue angle of 261.11º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #632ACC is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 42 | 204 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.2 |
| HSL | 261.11º | 0.66% | 0.48% | - |
| HSV(B) | 261.11º | 0.79% | 0.8% | - |
| XYZ | 16.87 | 8.67 | 57.91 | - |
| YUV | 77.51 | 199.38 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 204 | 0.51 | 0.79 | 0 | 0.2 | 261.11 | 0.66 | 0.48 |
| Hex | 63 | 2A | CC | 33 | 4F | 0 | 14 | 105 | 42 | 30 |
| Octal | 143 | 52 | 314 | 63 | 117 | 0 | 24 | 405 | 102 | 60 |
| Binary | 1100011 | 101010 | 11001100 | 110011 | 1001111 | 0 | 10100 | 100000101 | 1000010 | 110000 |
Color Harmonies of #632ACC
Complementary color
Monochromatic Colors of #632ACC
Black with #632ACC
Text Example
Text Example
White with #632ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632ACC; }
p { color: rgb(99,42,204); }
H1.HeaderClassName
{
color: #632ACC;
}
.AnyTagClassName
{
color: #632ACC;
}
</style>
background-color css
<style>
a { background-color: #632ACC; }
a { background-color: rgb(99,42,204); }
div.DivClassName
{
background-color: #632ACC;
}
.BgClassName
{
background-color: #632ACC;
}
</style>
border-color css
<style>
span { border-color: #632ACC; }
span { border-color: rgb(99,42,204); }
td.TdClassName
{
border-color: #632ACC;
}
.TagClassName
{
border-color: #632ACC;
}
</style>