Shades of Purple Heart #6336DF
Tints of Purple Heart #6336DF
RGB
CMYK
RGB Variations
Color information
#6336DF (or 0x6336DF) is known color: Purple Heart. HEX triplet: 63, 36 and DF. RGB value is (99,54,223). Sum of RGB (Red+Green+Blue) = 99+54+223=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #6336DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6336DF is #9CC920. Grayscale: #565656. Windows color (decimal): -10275105 or 14628451. OLE color: 14628451.
HSL color Cylindrical-coordinate representation of color #6336DF: hue angle of 255.98º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6336DF is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 54 | 223 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.13 |
| HSL | 255.98º | 0.73% | 0.54% | - |
| HSV(B) | 255.98º | 0.76% | 0.87% | - |
| XYZ | 19.78 | 10.62 | 70.82 | - |
| YUV | 86.72 | 204.91 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 223 | 0.56 | 0.76 | 0 | 0.13 | 255.98 | 0.73 | 0.54 |
| Hex | 63 | 36 | DF | 38 | 4C | 0 | D | 100 | 49 | 36 |
| Octal | 143 | 66 | 337 | 70 | 114 | 0 | 15 | 400 | 111 | 66 |
| Binary | 1100011 | 110110 | 11011111 | 111000 | 1001100 | 0 | 1101 | 100000000 | 1001001 | 110110 |
Color Harmonies of #6336DF
Complementary color
Monochromatic Colors of #6336DF
Black with #6336DF
Text Example
Text Example
White with #6336DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6336DF; }
p { color: rgb(99,54,223); }
H1.HeaderClassName
{
color: #6336DF;
}
.AnyTagClassName
{
color: #6336DF;
}
</style>
background-color css
<style>
a { background-color: #6336DF; }
a { background-color: rgb(99,54,223); }
div.DivClassName
{
background-color: #6336DF;
}
.BgClassName
{
background-color: #6336DF;
}
</style>
border-color css
<style>
span { border-color: #6336DF; }
span { border-color: rgb(99,54,223); }
td.TdClassName
{
border-color: #6336DF;
}
.TagClassName
{
border-color: #6336DF;
}
</style>