Shades of Purple Heart #5308AF
Tints of Purple Heart #5308AF
RGB
CMYK
RGB Variations
Color information
#5308AF (or 0x5308AF) is known color: Purple Heart. HEX triplet: 53, 08 and AF. RGB value is (83,8,175). Sum of RGB (Red+Green+Blue) = 83+8+175=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 175 (68.75% from 255 or 65.79% from 266); Max value from RGB is 175 - color contains mainly: blue. Hex color #5308AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5308AF is #ACF750. Grayscale: #303030. Windows color (decimal): -11335505 or 11470931. OLE color: 11470931.
HSL color Cylindrical-coordinate representation of color #5308AF: hue angle of 266.95º 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 #5308AF is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 8 | 175 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.31 |
| HSL | 266.95º | 0.91% | 0.36% | - |
| HSV(B) | 266.95º | 0.95% | 0.69% | - |
| XYZ | 11.39 | 5.11 | 40.94 | - |
| YUV | 49.46 | 198.85 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 175 | 0.53 | 0.95 | 0 | 0.31 | 266.95 | 0.91 | 0.36 |
| Hex | 53 | 8 | AF | 35 | 5F | 0 | 1F | 10B | 5B | 24 |
| Octal | 123 | 10 | 257 | 65 | 137 | 0 | 37 | 413 | 133 | 44 |
| Binary | 1010011 | 1000 | 10101111 | 110101 | 1011111 | 0 | 11111 | 100001011 | 1011011 | 100100 |
Color Harmonies of #5308AF
Complementary color
Monochromatic Colors of #5308AF
Black with #5308AF
Text Example
Text Example
White with #5308AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5308AF; }
p { color: rgb(83,8,175); }
H1.HeaderClassName
{
color: #5308AF;
}
.AnyTagClassName
{
color: #5308AF;
}
</style>
background-color css
<style>
a { background-color: #5308AF; }
a { background-color: rgb(83,8,175); }
div.DivClassName
{
background-color: #5308AF;
}
.BgClassName
{
background-color: #5308AF;
}
</style>
border-color css
<style>
span { border-color: #5308AF; }
span { border-color: rgb(83,8,175); }
td.TdClassName
{
border-color: #5308AF;
}
.TagClassName
{
border-color: #5308AF;
}
</style>