Shades of Purple Heart #632ADA
Tints of Purple Heart #632ADA
RGB
CMYK
RGB Variations
Color information
#632ADA (or 0x632ADA) is known color: Purple Heart. HEX triplet: 63, 2A and DA. RGB value is (99,42,218). Sum of RGB (Red+Green+Blue) = 99+42+218=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #632ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632ADA is #9CD525. Grayscale: #4E4E4E. Windows color (decimal): -10278182 or 14297699. OLE color: 14297699.
HSL color Cylindrical-coordinate representation of color #632ADA: hue angle of 259.43º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #632ADA is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 42 | 218 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.15 |
| HSL | 259.43º | 0.7% | 0.51% | - |
| HSV(B) | 259.43º | 0.81% | 0.85% | - |
| XYZ | 18.63 | 9.37 | 67.16 | - |
| YUV | 79.11 | 206.38 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 218 | 0.55 | 0.81 | 0 | 0.15 | 259.43 | 0.7 | 0.51 |
| Hex | 63 | 2A | DA | 37 | 51 | 0 | F | 103 | 46 | 33 |
| Octal | 143 | 52 | 332 | 67 | 121 | 0 | 17 | 403 | 106 | 63 |
| Binary | 1100011 | 101010 | 11011010 | 110111 | 1010001 | 0 | 1111 | 100000011 | 1000110 | 110011 |
Color Harmonies of #632ADA
Complementary color
Monochromatic Colors of #632ADA
Black with #632ADA
Text Example
Text Example
White with #632ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632ADA; }
p { color: rgb(99,42,218); }
H1.HeaderClassName
{
color: #632ADA;
}
.AnyTagClassName
{
color: #632ADA;
}
</style>
background-color css
<style>
a { background-color: #632ADA; }
a { background-color: rgb(99,42,218); }
div.DivClassName
{
background-color: #632ADA;
}
.BgClassName
{
background-color: #632ADA;
}
</style>
border-color css
<style>
span { border-color: #632ADA; }
span { border-color: rgb(99,42,218); }
td.TdClassName
{
border-color: #632ADA;
}
.TagClassName
{
border-color: #632ADA;
}
</style>