Shades of Purple Heart #6331DE
Tints of Purple Heart #6331DE
RGB
CMYK
RGB Variations
Color information
#6331DE (or 0x6331DE) is known color: Purple Heart. HEX triplet: 63, 31 and DE. RGB value is (99,49,222). Sum of RGB (Red+Green+Blue) = 99+49+222=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #6331DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6331DE is #9CCE21. Grayscale: #535353. Windows color (decimal): -10276386 or 14561635. OLE color: 14561635.
HSL color Cylindrical-coordinate representation of color #6331DE: hue angle of 257.34º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6331DE is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 49 | 222 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.13 |
| HSL | 257.34º | 0.72% | 0.53% | - |
| HSV(B) | 257.34º | 0.78% | 0.87% | - |
| XYZ | 19.43 | 10.12 | 70.04 | - |
| YUV | 83.67 | 206.07 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 222 | 0.55 | 0.78 | 0 | 0.13 | 257.34 | 0.72 | 0.53 |
| Hex | 63 | 31 | DE | 37 | 4E | 0 | D | 101 | 48 | 35 |
| Octal | 143 | 61 | 336 | 67 | 116 | 0 | 15 | 401 | 110 | 65 |
| Binary | 1100011 | 110001 | 11011110 | 110111 | 1001110 | 0 | 1101 | 100000001 | 1001000 | 110101 |
Color Harmonies of #6331DE
Complementary color
Monochromatic Colors of #6331DE
Black with #6331DE
Text Example
Text Example
White with #6331DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6331DE; }
p { color: rgb(99,49,222); }
H1.HeaderClassName
{
color: #6331DE;
}
.AnyTagClassName
{
color: #6331DE;
}
</style>
background-color css
<style>
a { background-color: #6331DE; }
a { background-color: rgb(99,49,222); }
div.DivClassName
{
background-color: #6331DE;
}
.BgClassName
{
background-color: #6331DE;
}
</style>
border-color css
<style>
span { border-color: #6331DE; }
span { border-color: rgb(99,49,222); }
td.TdClassName
{
border-color: #6331DE;
}
.TagClassName
{
border-color: #6331DE;
}
</style>