Shades of Purple Heart #6234E4
Tints of Purple Heart #6234E4
RGB
CMYK
RGB Variations
Color information
#6234E4 (or 0x6234E4) is known color: Purple Heart. HEX triplet: 62, 34 and E4. RGB value is (98,52,228). Sum of RGB (Red+Green+Blue) = 98+52+228=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 228 (89.45% from 255 or 60.32% from 378); Max value from RGB is 228 - color contains mainly: blue. Hex color #6234E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6234E4 is #9DCB1B. Grayscale: #555555. Windows color (decimal): -10341148 or 14955618. OLE color: 14955618.
HSL color Cylindrical-coordinate representation of color #6234E4: hue angle of 255.68º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6234E4 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 52 | 228 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.11 |
| HSL | 255.68º | 0.77% | 0.55% | - |
| HSV(B) | 255.68º | 0.77% | 0.89% | - |
| XYZ | 20.27 | 10.65 | 74.39 | - |
| YUV | 85.82 | 208.24 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 52 | 228 | 0.57 | 0.77 | 0 | 0.11 | 255.68 | 0.77 | 0.55 |
| Hex | 62 | 34 | E4 | 39 | 4D | 0 | B | 100 | 4D | 37 |
| Octal | 142 | 64 | 344 | 71 | 115 | 0 | 13 | 400 | 115 | 67 |
| Binary | 1100010 | 110100 | 11100100 | 111001 | 1001101 | 0 | 1011 | 100000000 | 1001101 | 110111 |
Color Harmonies of #6234E4
Complementary color
Monochromatic Colors of #6234E4
Black with #6234E4
Text Example
Text Example
White with #6234E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6234E4; }
p { color: rgb(98,52,228); }
H1.HeaderClassName
{
color: #6234E4;
}
.AnyTagClassName
{
color: #6234E4;
}
</style>
background-color css
<style>
a { background-color: #6234E4; }
a { background-color: rgb(98,52,228); }
div.DivClassName
{
background-color: #6234E4;
}
.BgClassName
{
background-color: #6234E4;
}
</style>
border-color css
<style>
span { border-color: #6234E4; }
span { border-color: rgb(98,52,228); }
td.TdClassName
{
border-color: #6234E4;
}
.TagClassName
{
border-color: #6234E4;
}
</style>