Shades of Purple Heart #632EB5
Tints of Purple Heart #632EB5
RGB
CMYK
RGB Variations
Color information
#632EB5 (or 0x632EB5) is known color: Purple Heart. HEX triplet: 63, 2E and B5. RGB value is (99,46,181). Sum of RGB (Red+Green+Blue) = 99+46+181=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 181 (71.09% from 255 or 55.52% from 326); Max value from RGB is 181 - color contains mainly: blue. Hex color #632EB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632EB5 is #9CD14A. Grayscale: #4C4C4C. Windows color (decimal): -10277195 or 11873891. OLE color: 11873891.
HSL color Cylindrical-coordinate representation of color #632EB5: hue angle of 263.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632EB5 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 46 | 181 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.29 |
| HSL | 263.56º | 0.59% | 0.45% | - |
| HSV(B) | 263.56º | 0.75% | 0.71% | - |
| XYZ | 14.46 | 7.94 | 44.49 | - |
| YUV | 77.24 | 186.56 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 181 | 0.45 | 0.75 | 0 | 0.29 | 263.56 | 0.59 | 0.45 |
| Hex | 63 | 2E | B5 | 2D | 4B | 0 | 1D | 108 | 3B | 2D |
| Octal | 143 | 56 | 265 | 55 | 113 | 0 | 35 | 410 | 73 | 55 |
| Binary | 1100011 | 101110 | 10110101 | 101101 | 1001011 | 0 | 11101 | 100001000 | 111011 | 101101 |
Color Harmonies of #632EB5
Complementary color
Monochromatic Colors of #632EB5
Black with #632EB5
Text Example
Text Example
White with #632EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632EB5; }
p { color: rgb(99,46,181); }
H1.HeaderClassName
{
color: #632EB5;
}
.AnyTagClassName
{
color: #632EB5;
}
</style>
background-color css
<style>
a { background-color: #632EB5; }
a { background-color: rgb(99,46,181); }
div.DivClassName
{
background-color: #632EB5;
}
.BgClassName
{
background-color: #632EB5;
}
</style>
border-color css
<style>
span { border-color: #632EB5; }
span { border-color: rgb(99,46,181); }
td.TdClassName
{
border-color: #632EB5;
}
.TagClassName
{
border-color: #632EB5;
}
</style>