Shades of Purple Heart #632ADB
Tints of Purple Heart #632ADB
RGB
CMYK
RGB Variations
Color information
#632ADB (or 0x632ADB) is known color: Purple Heart. HEX triplet: 63, 2A and DB. RGB value is (99,42,219). Sum of RGB (Red+Green+Blue) = 99+42+219=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #632ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632ADB is #9CD524. Grayscale: #4E4E4E. Windows color (decimal): -10278181 or 14363235. OLE color: 14363235.
HSL color Cylindrical-coordinate representation of color #632ADB: hue angle of 259.32º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #632ADB is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 42 | 219 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.14 |
| HSL | 259.32º | 0.71% | 0.51% | - |
| HSV(B) | 259.32º | 0.81% | 0.86% | - |
| XYZ | 18.76 | 9.42 | 67.85 | - |
| YUV | 79.22 | 206.88 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 219 | 0.55 | 0.81 | 0 | 0.14 | 259.32 | 0.71 | 0.51 |
| Hex | 63 | 2A | DB | 37 | 51 | 0 | E | 103 | 47 | 33 |
| Octal | 143 | 52 | 333 | 67 | 121 | 0 | 16 | 403 | 107 | 63 |
| Binary | 1100011 | 101010 | 11011011 | 110111 | 1010001 | 0 | 1110 | 100000011 | 1000111 | 110011 |
Color Harmonies of #632ADB
Complementary color
Monochromatic Colors of #632ADB
Black with #632ADB
Text Example
Text Example
White with #632ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632ADB; }
p { color: rgb(99,42,219); }
H1.HeaderClassName
{
color: #632ADB;
}
.AnyTagClassName
{
color: #632ADB;
}
</style>
background-color css
<style>
a { background-color: #632ADB; }
a { background-color: rgb(99,42,219); }
div.DivClassName
{
background-color: #632ADB;
}
.BgClassName
{
background-color: #632ADB;
}
</style>
border-color css
<style>
span { border-color: #632ADB; }
span { border-color: rgb(99,42,219); }
td.TdClassName
{
border-color: #632ADB;
}
.TagClassName
{
border-color: #632ADB;
}
</style>