Shades of Purple Heart #6234DE
Tints of Purple Heart #6234DE
RGB
CMYK
RGB Variations
Color information
#6234DE (or 0x6234DE) is known color: Purple Heart. HEX triplet: 62, 34 and DE. RGB value is (98,52,222). Sum of RGB (Red+Green+Blue) = 98+52+222=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #6234DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6234DE is #9DCB21. Grayscale: #545454. Windows color (decimal): -10341154 or 14562402. OLE color: 14562402.
HSL color Cylindrical-coordinate representation of color #6234DE: hue angle of 256.24º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6234DE is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 52 | 222 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.13 |
| HSL | 256.24º | 0.72% | 0.54% | - |
| HSV(B) | 256.24º | 0.77% | 0.87% | - |
| XYZ | 19.45 | 10.33 | 70.08 | - |
| YUV | 85.13 | 205.24 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 52 | 222 | 0.56 | 0.77 | 0 | 0.13 | 256.24 | 0.72 | 0.54 |
| Hex | 62 | 34 | DE | 38 | 4D | 0 | D | 100 | 48 | 36 |
| Octal | 142 | 64 | 336 | 70 | 115 | 0 | 15 | 400 | 110 | 66 |
| Binary | 1100010 | 110100 | 11011110 | 111000 | 1001101 | 0 | 1101 | 100000000 | 1001000 | 110110 |
Color Harmonies of #6234DE
Complementary color
Monochromatic Colors of #6234DE
Black with #6234DE
Text Example
Text Example
White with #6234DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6234DE; }
p { color: rgb(98,52,222); }
H1.HeaderClassName
{
color: #6234DE;
}
.AnyTagClassName
{
color: #6234DE;
}
</style>
background-color css
<style>
a { background-color: #6234DE; }
a { background-color: rgb(98,52,222); }
div.DivClassName
{
background-color: #6234DE;
}
.BgClassName
{
background-color: #6234DE;
}
</style>
border-color css
<style>
span { border-color: #6234DE; }
span { border-color: rgb(98,52,222); }
td.TdClassName
{
border-color: #6234DE;
}
.TagClassName
{
border-color: #6234DE;
}
</style>