Shades of Purple Heart #6027AD
Tints of Purple Heart #6027AD
RGB
CMYK
RGB Variations
Color information
#6027AD (or 0x6027AD) is known color: Purple Heart. HEX triplet: 60, 27 and AD. RGB value is (96,39,173). Sum of RGB (Red+Green+Blue) = 96+39+173=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #6027AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6027AD is #9FD852. Grayscale: #464646. Windows color (decimal): -10475603 or 11347808. OLE color: 11347808.
HSL color Cylindrical-coordinate representation of color #6027AD: hue angle of 265.52º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6027AD is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 39 | 173 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.32 |
| HSL | 265.52º | 0.63% | 0.42% | - |
| HSV(B) | 265.52º | 0.77% | 0.68% | - |
| XYZ | 13.09 | 6.95 | 40.19 | - |
| YUV | 71.32 | 185.38 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 173 | 0.45 | 0.77 | 0 | 0.32 | 265.52 | 0.63 | 0.42 |
| Hex | 60 | 27 | AD | 2D | 4D | 0 | 20 | 10A | 3F | 2A |
| Octal | 140 | 47 | 255 | 55 | 115 | 0 | 40 | 412 | 77 | 52 |
| Binary | 1100000 | 100111 | 10101101 | 101101 | 1001101 | 0 | 100000 | 100001010 | 111111 | 101010 |
Color Harmonies of #6027AD
Complementary color
Monochromatic Colors of #6027AD
Black with #6027AD
Text Example
Text Example
White with #6027AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6027AD; }
p { color: rgb(96,39,173); }
H1.HeaderClassName
{
color: #6027AD;
}
.AnyTagClassName
{
color: #6027AD;
}
</style>
background-color css
<style>
a { background-color: #6027AD; }
a { background-color: rgb(96,39,173); }
div.DivClassName
{
background-color: #6027AD;
}
.BgClassName
{
background-color: #6027AD;
}
</style>
border-color css
<style>
span { border-color: #6027AD; }
span { border-color: rgb(96,39,173); }
td.TdClassName
{
border-color: #6027AD;
}
.TagClassName
{
border-color: #6027AD;
}
</style>