Shades of Purple Heart #5008AF
Tints of Purple Heart #5008AF
RGB
CMYK
RGB Variations
Color information
#5008AF (or 0x5008AF) is known color: Purple Heart. HEX triplet: 50, 08 and AF. RGB value is (80,8,175). Sum of RGB (Red+Green+Blue) = 80+8+175=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #5008AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5008AF is #AFF750. Grayscale: #2F2F2F. Windows color (decimal): -11532113 or 11470928. OLE color: 11470928.
HSL color Cylindrical-coordinate representation of color #5008AF: hue angle of 265.87º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5008AF is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 8 | 175 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.31 |
| HSL | 265.87º | 0.91% | 0.36% | - |
| HSV(B) | 265.87º | 0.95% | 0.69% | - |
| XYZ | 11.13 | 4.97 | 40.93 | - |
| YUV | 48.57 | 199.35 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 175 | 0.54 | 0.95 | 0 | 0.31 | 265.87 | 0.91 | 0.36 |
| Hex | 50 | 8 | AF | 36 | 5F | 0 | 1F | 10A | 5B | 24 |
| Octal | 120 | 10 | 257 | 66 | 137 | 0 | 37 | 412 | 133 | 44 |
| Binary | 1010000 | 1000 | 10101111 | 110110 | 1011111 | 0 | 11111 | 100001010 | 1011011 | 100100 |
Color Harmonies of #5008AF
Complementary color
Monochromatic Colors of #5008AF
Black with #5008AF
Text Example
Text Example
White with #5008AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5008AF; }
p { color: rgb(80,8,175); }
H1.HeaderClassName
{
color: #5008AF;
}
.AnyTagClassName
{
color: #5008AF;
}
</style>
background-color css
<style>
a { background-color: #5008AF; }
a { background-color: rgb(80,8,175); }
div.DivClassName
{
background-color: #5008AF;
}
.BgClassName
{
background-color: #5008AF;
}
</style>
border-color css
<style>
span { border-color: #5008AF; }
span { border-color: rgb(80,8,175); }
td.TdClassName
{
border-color: #5008AF;
}
.TagClassName
{
border-color: #5008AF;
}
</style>