Shades of Purple Heart #6228CE
Tints of Purple Heart #6228CE
RGB
CMYK
RGB Variations
Color information
#6228CE (or 0x6228CE) is known color: Purple Heart. HEX triplet: 62, 28 and CE. RGB value is (98,40,206). Sum of RGB (Red+Green+Blue) = 98+40+206=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #6228CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6228CE is #9DD731. Grayscale: #4B4B4B. Windows color (decimal): -10344242 or 13510754. OLE color: 13510754.
HSL color Cylindrical-coordinate representation of color #6228CE: hue angle of 260.96º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6228CE is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 40 | 206 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.19 |
| HSL | 260.96º | 0.67% | 0.48% | - |
| HSV(B) | 260.96º | 0.81% | 0.81% | - |
| XYZ | 16.94 | 8.57 | 59.15 | - |
| YUV | 76.27 | 201.22 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 206 | 0.52 | 0.81 | 0 | 0.19 | 260.96 | 0.67 | 0.48 |
| Hex | 62 | 28 | CE | 34 | 51 | 0 | 13 | 105 | 43 | 30 |
| Octal | 142 | 50 | 316 | 64 | 121 | 0 | 23 | 405 | 103 | 60 |
| Binary | 1100010 | 101000 | 11001110 | 110100 | 1010001 | 0 | 10011 | 100000101 | 1000011 | 110000 |
Color Harmonies of #6228CE
Complementary color
Monochromatic Colors of #6228CE
Black with #6228CE
Text Example
Text Example
White with #6228CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6228CE; }
p { color: rgb(98,40,206); }
H1.HeaderClassName
{
color: #6228CE;
}
.AnyTagClassName
{
color: #6228CE;
}
</style>
background-color css
<style>
a { background-color: #6228CE; }
a { background-color: rgb(98,40,206); }
div.DivClassName
{
background-color: #6228CE;
}
.BgClassName
{
background-color: #6228CE;
}
</style>
border-color css
<style>
span { border-color: #6228CE; }
span { border-color: rgb(98,40,206); }
td.TdClassName
{
border-color: #6228CE;
}
.TagClassName
{
border-color: #6228CE;
}
</style>