Shades of Purple Heart #632FCC
Tints of Purple Heart #632FCC
RGB
CMYK
RGB Variations
Color information
#632FCC (or 0x632FCC) is known color: Purple Heart. HEX triplet: 63, 2F and CC. RGB value is (99,47,204). Sum of RGB (Red+Green+Blue) = 99+47+204=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #632FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632FCC is #9CD033. Grayscale: #4F4F4F. Windows color (decimal): -10276916 or 13381475. OLE color: 13381475.
HSL color Cylindrical-coordinate representation of color #632FCC: hue angle of 259.87º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #632FCC is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 47 | 204 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.2 |
| HSL | 259.87º | 0.63% | 0.49% | - |
| HSV(B) | 259.87º | 0.77% | 0.8% | - |
| XYZ | 17.06 | 9.05 | 57.97 | - |
| YUV | 80.45 | 197.73 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 204 | 0.51 | 0.77 | 0 | 0.2 | 259.87 | 0.63 | 0.49 |
| Hex | 63 | 2F | CC | 33 | 4D | 0 | 14 | 104 | 3F | 31 |
| Octal | 143 | 57 | 314 | 63 | 115 | 0 | 24 | 404 | 77 | 61 |
| Binary | 1100011 | 101111 | 11001100 | 110011 | 1001101 | 0 | 10100 | 100000100 | 111111 | 110001 |
Color Harmonies of #632FCC
Complementary color
Monochromatic Colors of #632FCC
Black with #632FCC
Text Example
Text Example
White with #632FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632FCC; }
p { color: rgb(99,47,204); }
H1.HeaderClassName
{
color: #632FCC;
}
.AnyTagClassName
{
color: #632FCC;
}
</style>
background-color css
<style>
a { background-color: #632FCC; }
a { background-color: rgb(99,47,204); }
div.DivClassName
{
background-color: #632FCC;
}
.BgClassName
{
background-color: #632FCC;
}
</style>
border-color css
<style>
span { border-color: #632FCC; }
span { border-color: rgb(99,47,204); }
td.TdClassName
{
border-color: #632FCC;
}
.TagClassName
{
border-color: #632FCC;
}
</style>