Shades of Purple Heart #6236DE
Tints of Purple Heart #6236DE
RGB
CMYK
RGB Variations
Color information
#6236DE (or 0x6236DE) is known color: Purple Heart. HEX triplet: 62, 36 and DE. RGB value is (98,54,222). Sum of RGB (Red+Green+Blue) = 98+54+222=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #6236DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6236DE is #9DC921. Grayscale: #555555. Windows color (decimal): -10340642 or 14562914. OLE color: 14562914.
HSL color Cylindrical-coordinate representation of color #6236DE: hue angle of 255.71º degrees, saturation: 0.72, 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 #6236DE is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 54 | 222 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.13 |
| HSL | 255.71º | 0.72% | 0.54% | - |
| HSV(B) | 255.71º | 0.76% | 0.87% | - |
| XYZ | 19.54 | 10.51 | 70.11 | - |
| YUV | 86.31 | 204.58 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 54 | 222 | 0.56 | 0.76 | 0 | 0.13 | 255.71 | 0.72 | 0.54 |
| Hex | 62 | 36 | DE | 38 | 4C | 0 | D | 100 | 48 | 36 |
| Octal | 142 | 66 | 336 | 70 | 114 | 0 | 15 | 400 | 110 | 66 |
| Binary | 1100010 | 110110 | 11011110 | 111000 | 1001100 | 0 | 1101 | 100000000 | 1001000 | 110110 |
Color Harmonies of #6236DE
Complementary color
Monochromatic Colors of #6236DE
Black with #6236DE
Text Example
Text Example
White with #6236DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6236DE; }
p { color: rgb(98,54,222); }
H1.HeaderClassName
{
color: #6236DE;
}
.AnyTagClassName
{
color: #6236DE;
}
</style>
background-color css
<style>
a { background-color: #6236DE; }
a { background-color: rgb(98,54,222); }
div.DivClassName
{
background-color: #6236DE;
}
.BgClassName
{
background-color: #6236DE;
}
</style>
border-color css
<style>
span { border-color: #6236DE; }
span { border-color: rgb(98,54,222); }
td.TdClassName
{
border-color: #6236DE;
}
.TagClassName
{
border-color: #6236DE;
}
</style>