Shades of Purple Heart #6332DA
Tints of Purple Heart #6332DA
RGB
CMYK
RGB Variations
Color information
#6332DA (or 0x6332DA) is known color: Purple Heart. HEX triplet: 63, 32 and DA. RGB value is (99,50,218). Sum of RGB (Red+Green+Blue) = 99+50+218=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #6332DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6332DA is #9CCD25. Grayscale: #535353. Windows color (decimal): -10276134 or 14299747. OLE color: 14299747.
HSL color Cylindrical-coordinate representation of color #6332DA: hue angle of 257.5º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6332DA is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 50 | 218 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.15 |
| HSL | 257.5º | 0.69% | 0.53% | - |
| HSV(B) | 257.5º | 0.77% | 0.85% | - |
| XYZ | 18.94 | 10 | 67.26 | - |
| YUV | 83.8 | 203.73 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 218 | 0.55 | 0.77 | 0 | 0.15 | 257.5 | 0.69 | 0.53 |
| Hex | 63 | 32 | DA | 37 | 4D | 0 | F | 102 | 45 | 35 |
| Octal | 143 | 62 | 332 | 67 | 115 | 0 | 17 | 402 | 105 | 65 |
| Binary | 1100011 | 110010 | 11011010 | 110111 | 1001101 | 0 | 1111 | 100000010 | 1000101 | 110101 |
Color Harmonies of #6332DA
Complementary color
Monochromatic Colors of #6332DA
Black with #6332DA
Text Example
Text Example
White with #6332DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6332DA; }
p { color: rgb(99,50,218); }
H1.HeaderClassName
{
color: #6332DA;
}
.AnyTagClassName
{
color: #6332DA;
}
</style>
background-color css
<style>
a { background-color: #6332DA; }
a { background-color: rgb(99,50,218); }
div.DivClassName
{
background-color: #6332DA;
}
.BgClassName
{
background-color: #6332DA;
}
</style>
border-color css
<style>
span { border-color: #6332DA; }
span { border-color: rgb(99,50,218); }
td.TdClassName
{
border-color: #6332DA;
}
.TagClassName
{
border-color: #6332DA;
}
</style>