Shades of Purple Heart #6427CE
Tints of Purple Heart #6427CE
RGB
CMYK
RGB Variations
Color information
#6427CE (or 0x6427CE) is known color: Purple Heart. HEX triplet: 64, 27 and CE. RGB value is (100,39,206). Sum of RGB (Red+Green+Blue) = 100+39+206=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #6427CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6427CE is #9BD831. Grayscale: #4B4B4B. Windows color (decimal): -10213426 or 13510500. OLE color: 13510500.
HSL color Cylindrical-coordinate representation of color #6427CE: hue angle of 261.92º 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 #6427CE is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 39 | 206 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.19 |
| HSL | 261.92º | 0.68% | 0.48% | - |
| HSV(B) | 261.92º | 0.81% | 0.81% | - |
| XYZ | 17.12 | 8.62 | 59.15 | - |
| YUV | 76.28 | 201.21 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 39 | 206 | 0.51 | 0.81 | 0 | 0.19 | 261.92 | 0.68 | 0.48 |
| Hex | 64 | 27 | CE | 33 | 51 | 0 | 13 | 106 | 44 | 30 |
| Octal | 144 | 47 | 316 | 63 | 121 | 0 | 23 | 406 | 104 | 60 |
| Binary | 1100100 | 100111 | 11001110 | 110011 | 1010001 | 0 | 10011 | 100000110 | 1000100 | 110000 |
Color Harmonies of #6427CE
Complementary color
Monochromatic Colors of #6427CE
Black with #6427CE
Text Example
Text Example
White with #6427CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6427CE; }
p { color: rgb(100,39,206); }
H1.HeaderClassName
{
color: #6427CE;
}
.AnyTagClassName
{
color: #6427CE;
}
</style>
background-color css
<style>
a { background-color: #6427CE; }
a { background-color: rgb(100,39,206); }
div.DivClassName
{
background-color: #6427CE;
}
.BgClassName
{
background-color: #6427CE;
}
</style>
border-color css
<style>
span { border-color: #6427CE; }
span { border-color: rgb(100,39,206); }
td.TdClassName
{
border-color: #6427CE;
}
.TagClassName
{
border-color: #6427CE;
}
</style>