Shades of Purple Heart #632DB4
Tints of Purple Heart #632DB4
RGB
CMYK
RGB Variations
Color information
#632DB4 (or 0x632DB4) is known color: Purple Heart. HEX triplet: 63, 2D and B4. RGB value is (99,45,180). Sum of RGB (Red+Green+Blue) = 99+45+180=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #632DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632DB4 is #9CD24B. Grayscale: #4C4C4C. Windows color (decimal): -10277452 or 11808099. OLE color: 11808099.
HSL color Cylindrical-coordinate representation of color #632DB4: hue angle of 264º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632DB4 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 45 | 180 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.29 |
| HSL | 264º | 0.6% | 0.44% | - |
| HSV(B) | 264º | 0.75% | 0.71% | - |
| XYZ | 14.32 | 7.82 | 43.94 | - |
| YUV | 76.54 | 186.39 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 180 | 0.45 | 0.75 | 0 | 0.29 | 264 | 0.6 | 0.44 |
| Hex | 63 | 2D | B4 | 2D | 4B | 0 | 1D | 108 | 3C | 2C |
| Octal | 143 | 55 | 264 | 55 | 113 | 0 | 35 | 410 | 74 | 54 |
| Binary | 1100011 | 101101 | 10110100 | 101101 | 1001011 | 0 | 11101 | 100001000 | 111100 | 101100 |
Color Harmonies of #632DB4
Complementary color
Monochromatic Colors of #632DB4
Black with #632DB4
Text Example
Text Example
White with #632DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632DB4; }
p { color: rgb(99,45,180); }
H1.HeaderClassName
{
color: #632DB4;
}
.AnyTagClassName
{
color: #632DB4;
}
</style>
background-color css
<style>
a { background-color: #632DB4; }
a { background-color: rgb(99,45,180); }
div.DivClassName
{
background-color: #632DB4;
}
.BgClassName
{
background-color: #632DB4;
}
</style>
border-color css
<style>
span { border-color: #632DB4; }
span { border-color: rgb(99,45,180); }
td.TdClassName
{
border-color: #632DB4;
}
.TagClassName
{
border-color: #632DB4;
}
</style>