Shades of Purple Heart #6027D7
Tints of Purple Heart #6027D7
RGB
CMYK
RGB Variations
Color information
#6027D7 (or 0x6027D7) is known color: Purple Heart. HEX triplet: 60, 27 and D7. RGB value is (96,39,215). Sum of RGB (Red+Green+Blue) = 96+39+215=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #6027D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6027D7 is #9FD828. Grayscale: #4B4B4B. Windows color (decimal): -10475561 or 14100320. OLE color: 14100320.
HSL color Cylindrical-coordinate representation of color #6027D7: hue angle of 259.43º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6027D7 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 39 | 215 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.16 |
| HSL | 259.43º | 0.69% | 0.5% | - |
| HSV(B) | 259.43º | 0.82% | 0.84% | - |
| XYZ | 17.82 | 8.84 | 65.06 | - |
| YUV | 76.11 | 206.38 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 215 | 0.55 | 0.82 | 0 | 0.16 | 259.43 | 0.69 | 0.5 |
| Hex | 60 | 27 | D7 | 37 | 52 | 0 | 10 | 103 | 45 | 32 |
| Octal | 140 | 47 | 327 | 67 | 122 | 0 | 20 | 403 | 105 | 62 |
| Binary | 1100000 | 100111 | 11010111 | 110111 | 1010010 | 0 | 10000 | 100000011 | 1000101 | 110010 |
Color Harmonies of #6027D7
Complementary color
Monochromatic Colors of #6027D7
Black with #6027D7
Text Example
Text Example
White with #6027D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6027D7; }
p { color: rgb(96,39,215); }
H1.HeaderClassName
{
color: #6027D7;
}
.AnyTagClassName
{
color: #6027D7;
}
</style>
background-color css
<style>
a { background-color: #6027D7; }
a { background-color: rgb(96,39,215); }
div.DivClassName
{
background-color: #6027D7;
}
.BgClassName
{
background-color: #6027D7;
}
</style>
border-color css
<style>
span { border-color: #6027D7; }
span { border-color: rgb(96,39,215); }
td.TdClassName
{
border-color: #6027D7;
}
.TagClassName
{
border-color: #6027D7;
}
</style>