Shades of Purple Heart #632BDA
Tints of Purple Heart #632BDA
RGB
CMYK
RGB Variations
Color information
#632BDA (or 0x632BDA) is known color: Purple Heart. HEX triplet: 63, 2B and DA. RGB value is (99,43,218). Sum of RGB (Red+Green+Blue) = 99+43+218=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #632BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632BDA is #9CD425. Grayscale: #4F4F4F. Windows color (decimal): -10277926 or 14297955. OLE color: 14297955.
HSL color Cylindrical-coordinate representation of color #632BDA: hue angle of 259.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #632BDA is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 43 | 218 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.15 |
| HSL | 259.2º | 0.7% | 0.51% | - |
| HSV(B) | 259.2º | 0.8% | 0.85% | - |
| XYZ | 18.66 | 9.44 | 67.17 | - |
| YUV | 79.69 | 206.05 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 43 | 218 | 0.55 | 0.80 | 0 | 0.15 | 259.2 | 0.7 | 0.51 |
| Hex | 63 | 2B | DA | 37 | 50 | 0 | F | 103 | 46 | 33 |
| Octal | 143 | 53 | 332 | 67 | 120 | 0 | 17 | 403 | 106 | 63 |
| Binary | 1100011 | 101011 | 11011010 | 110111 | 1010000 | 0 | 1111 | 100000011 | 1000110 | 110011 |
Color Harmonies of #632BDA
Complementary color
Monochromatic Colors of #632BDA
Black with #632BDA
Text Example
Text Example
White with #632BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632BDA; }
p { color: rgb(99,43,218); }
H1.HeaderClassName
{
color: #632BDA;
}
.AnyTagClassName
{
color: #632BDA;
}
</style>
background-color css
<style>
a { background-color: #632BDA; }
a { background-color: rgb(99,43,218); }
div.DivClassName
{
background-color: #632BDA;
}
.BgClassName
{
background-color: #632BDA;
}
</style>
border-color css
<style>
span { border-color: #632BDA; }
span { border-color: rgb(99,43,218); }
td.TdClassName
{
border-color: #632BDA;
}
.TagClassName
{
border-color: #632BDA;
}
</style>