Shades of Purple Heart #6427DC
Tints of Purple Heart #6427DC
RGB
CMYK
RGB Variations
Color information
#6427DC (or 0x6427DC) is known color: Purple Heart. HEX triplet: 64, 27 and DC. RGB value is (100,39,220). Sum of RGB (Red+Green+Blue) = 100+39+220=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #6427DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6427DC is #9BD823. Grayscale: #4D4D4D. Windows color (decimal): -10213412 or 14428004. OLE color: 14428004.
HSL color Cylindrical-coordinate representation of color #6427DC: hue angle of 260.22º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6427DC is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 39 | 220 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.14 |
| HSL | 260.22º | 0.72% | 0.51% | - |
| HSV(B) | 260.22º | 0.82% | 0.86% | - |
| XYZ | 18.9 | 9.33 | 68.51 | - |
| YUV | 77.87 | 208.21 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 39 | 220 | 0.55 | 0.82 | 0 | 0.14 | 260.22 | 0.72 | 0.51 |
| Hex | 64 | 27 | DC | 37 | 52 | 0 | E | 104 | 48 | 33 |
| Octal | 144 | 47 | 334 | 67 | 122 | 0 | 16 | 404 | 110 | 63 |
| Binary | 1100100 | 100111 | 11011100 | 110111 | 1010010 | 0 | 1110 | 100000100 | 1001000 | 110011 |
Color Harmonies of #6427DC
Complementary color
Monochromatic Colors of #6427DC
Black with #6427DC
Text Example
Text Example
White with #6427DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6427DC; }
p { color: rgb(100,39,220); }
H1.HeaderClassName
{
color: #6427DC;
}
.AnyTagClassName
{
color: #6427DC;
}
</style>
background-color css
<style>
a { background-color: #6427DC; }
a { background-color: rgb(100,39,220); }
div.DivClassName
{
background-color: #6427DC;
}
.BgClassName
{
background-color: #6427DC;
}
</style>
border-color css
<style>
span { border-color: #6427DC; }
span { border-color: rgb(100,39,220); }
td.TdClassName
{
border-color: #6427DC;
}
.TagClassName
{
border-color: #6427DC;
}
</style>