Shades of Purple Heart #6337DF
Tints of Purple Heart #6337DF
RGB
CMYK
RGB Variations
Color information
#6337DF (or 0x6337DF) is known color: Purple Heart. HEX triplet: 63, 37 and DF. RGB value is (99,55,223). Sum of RGB (Red+Green+Blue) = 99+55+223=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #6337DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6337DF is #9CC820. Grayscale: #565656. Windows color (decimal): -10274849 or 14628707. OLE color: 14628707.
HSL color Cylindrical-coordinate representation of color #6337DF: hue angle of 255.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6337DF is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 55 | 223 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.13 |
| HSL | 255.71º | 0.72% | 0.55% | - |
| HSV(B) | 255.71º | 0.75% | 0.87% | - |
| XYZ | 19.83 | 10.71 | 70.83 | - |
| YUV | 87.31 | 204.58 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 55 | 223 | 0.56 | 0.75 | 0 | 0.13 | 255.71 | 0.72 | 0.55 |
| Hex | 63 | 37 | DF | 38 | 4B | 0 | D | 100 | 48 | 37 |
| Octal | 143 | 67 | 337 | 70 | 113 | 0 | 15 | 400 | 110 | 67 |
| Binary | 1100011 | 110111 | 11011111 | 111000 | 1001011 | 0 | 1101 | 100000000 | 1001000 | 110111 |
Color Harmonies of #6337DF
Complementary color
Monochromatic Colors of #6337DF
Black with #6337DF
Text Example
Text Example
White with #6337DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6337DF; }
p { color: rgb(99,55,223); }
H1.HeaderClassName
{
color: #6337DF;
}
.AnyTagClassName
{
color: #6337DF;
}
</style>
background-color css
<style>
a { background-color: #6337DF; }
a { background-color: rgb(99,55,223); }
div.DivClassName
{
background-color: #6337DF;
}
.BgClassName
{
background-color: #6337DF;
}
</style>
border-color css
<style>
span { border-color: #6337DF; }
span { border-color: rgb(99,55,223); }
td.TdClassName
{
border-color: #6337DF;
}
.TagClassName
{
border-color: #6337DF;
}
</style>