Shades of Purple Heart #6227CE
Tints of Purple Heart #6227CE
RGB
CMYK
RGB Variations
Color information
#6227CE (or 0x6227CE) is known color: Purple Heart. HEX triplet: 62, 27 and CE. RGB value is (98,39,206). Sum of RGB (Red+Green+Blue) = 98+39+206=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #6227CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6227CE is #9DD831. Grayscale: #4B4B4B. Windows color (decimal): -10344498 or 13510498. OLE color: 13510498.
HSL color Cylindrical-coordinate representation of color #6227CE: hue angle of 261.2º degrees, saturation: 0.68, 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 #6227CE is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 39 | 206 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.19 |
| HSL | 261.2º | 0.68% | 0.48% | - |
| HSV(B) | 261.2º | 0.81% | 0.81% | - |
| XYZ | 16.9 | 8.5 | 59.14 | - |
| YUV | 75.68 | 201.55 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 39 | 206 | 0.52 | 0.81 | 0 | 0.19 | 261.2 | 0.68 | 0.48 |
| Hex | 62 | 27 | CE | 34 | 51 | 0 | 13 | 105 | 44 | 30 |
| Octal | 142 | 47 | 316 | 64 | 121 | 0 | 23 | 405 | 104 | 60 |
| Binary | 1100010 | 100111 | 11001110 | 110100 | 1010001 | 0 | 10011 | 100000101 | 1000100 | 110000 |
Color Harmonies of #6227CE
Complementary color
Monochromatic Colors of #6227CE
Black with #6227CE
Text Example
Text Example
White with #6227CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6227CE; }
p { color: rgb(98,39,206); }
H1.HeaderClassName
{
color: #6227CE;
}
.AnyTagClassName
{
color: #6227CE;
}
</style>
background-color css
<style>
a { background-color: #6227CE; }
a { background-color: rgb(98,39,206); }
div.DivClassName
{
background-color: #6227CE;
}
.BgClassName
{
background-color: #6227CE;
}
</style>
border-color css
<style>
span { border-color: #6227CE; }
span { border-color: rgb(98,39,206); }
td.TdClassName
{
border-color: #6227CE;
}
.TagClassName
{
border-color: #6227CE;
}
</style>