Shades of Purple Heart #6236DF
Tints of Purple Heart #6236DF
RGB
CMYK
RGB Variations
Color information
#6236DF (or 0x6236DF) is known color: Purple Heart. HEX triplet: 62, 36 and DF. RGB value is (98,54,223). Sum of RGB (Red+Green+Blue) = 98+54+223=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #6236DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6236DF is #9DC920. Grayscale: #555555. Windows color (decimal): -10340641 or 14628450. OLE color: 14628450.
HSL color Cylindrical-coordinate representation of color #6236DF: hue angle of 255.62º 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 #6236DF is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 54 | 223 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.13 |
| HSL | 255.62º | 0.73% | 0.54% | - |
| HSV(B) | 255.62º | 0.76% | 0.87% | - |
| XYZ | 19.68 | 10.56 | 70.81 | - |
| YUV | 86.42 | 205.08 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 54 | 223 | 0.56 | 0.76 | 0 | 0.13 | 255.62 | 0.73 | 0.54 |
| Hex | 62 | 36 | DF | 38 | 4C | 0 | D | 100 | 49 | 36 |
| Octal | 142 | 66 | 337 | 70 | 114 | 0 | 15 | 400 | 111 | 66 |
| Binary | 1100010 | 110110 | 11011111 | 111000 | 1001100 | 0 | 1101 | 100000000 | 1001001 | 110110 |
Color Harmonies of #6236DF
Complementary color
Monochromatic Colors of #6236DF
Black with #6236DF
Text Example
Text Example
White with #6236DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6236DF; }
p { color: rgb(98,54,223); }
H1.HeaderClassName
{
color: #6236DF;
}
.AnyTagClassName
{
color: #6236DF;
}
</style>
background-color css
<style>
a { background-color: #6236DF; }
a { background-color: rgb(98,54,223); }
div.DivClassName
{
background-color: #6236DF;
}
.BgClassName
{
background-color: #6236DF;
}
</style>
border-color css
<style>
span { border-color: #6236DF; }
span { border-color: rgb(98,54,223); }
td.TdClassName
{
border-color: #6236DF;
}
.TagClassName
{
border-color: #6236DF;
}
</style>