Shades of Purple Heart #6027DC
Tints of Purple Heart #6027DC
RGB
CMYK
RGB Variations
Color information
#6027DC (or 0x6027DC) is known color: Purple Heart. HEX triplet: 60, 27 and DC. RGB value is (96,39,220). Sum of RGB (Red+Green+Blue) = 96+39+220=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #6027DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6027DC is #9FD823. Grayscale: #4C4C4C. Windows color (decimal): -10475556 or 14428000. OLE color: 14428000.
HSL color Cylindrical-coordinate representation of color #6027DC: hue angle of 258.9º 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 #6027DC is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 39 | 220 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.14 |
| HSL | 258.9º | 0.72% | 0.51% | - |
| HSV(B) | 258.9º | 0.82% | 0.86% | - |
| XYZ | 18.47 | 9.11 | 68.49 | - |
| YUV | 76.68 | 208.88 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 220 | 0.56 | 0.82 | 0 | 0.14 | 258.9 | 0.72 | 0.51 |
| Hex | 60 | 27 | DC | 38 | 52 | 0 | E | 103 | 48 | 33 |
| Octal | 140 | 47 | 334 | 70 | 122 | 0 | 16 | 403 | 110 | 63 |
| Binary | 1100000 | 100111 | 11011100 | 111000 | 1010010 | 0 | 1110 | 100000011 | 1001000 | 110011 |
Color Harmonies of #6027DC
Complementary color
Monochromatic Colors of #6027DC
Black with #6027DC
Text Example
Text Example
White with #6027DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6027DC; }
p { color: rgb(96,39,220); }
H1.HeaderClassName
{
color: #6027DC;
}
.AnyTagClassName
{
color: #6027DC;
}
</style>
background-color css
<style>
a { background-color: #6027DC; }
a { background-color: rgb(96,39,220); }
div.DivClassName
{
background-color: #6027DC;
}
.BgClassName
{
background-color: #6027DC;
}
</style>
border-color css
<style>
span { border-color: #6027DC; }
span { border-color: rgb(96,39,220); }
td.TdClassName
{
border-color: #6027DC;
}
.TagClassName
{
border-color: #6027DC;
}
</style>