Shades of Purple Heart #5102B3
Tints of Purple Heart #5102B3
RGB
CMYK
RGB Variations
Color information
#5102B3 (or 0x5102B3) is known color: Purple Heart. HEX triplet: 51, 02 and B3. RGB value is (81,2,179). Sum of RGB (Red+Green+Blue) = 81+2+179=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 179 (70.31% from 255 or 68.32% from 262); Max value from RGB is 179 - color contains mainly: blue. Hex color #5102B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5102B3 is #AEFD4C. Grayscale: #2D2D2D. Windows color (decimal): -11468109 or 11731537. OLE color: 11731537.
HSL color Cylindrical-coordinate representation of color #5102B3: hue angle of 266.78º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5102B3 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 2 | 179 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.30 |
| HSL | 266.78º | 0.98% | 0.35% | - |
| HSV(B) | 266.78º | 0.99% | 0.7% | - |
| XYZ | 11.55 | 5.05 | 43.01 | - |
| YUV | 45.8 | 203.17 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 179 | 0.55 | 0.99 | 0 | 0.30 | 266.78 | 0.98 | 0.35 |
| Hex | 51 | 2 | B3 | 37 | 63 | 0 | 1E | 10B | 62 | 23 |
| Octal | 121 | 2 | 263 | 67 | 143 | 0 | 36 | 413 | 142 | 43 |
| Binary | 1010001 | 10 | 10110011 | 110111 | 1100011 | 0 | 11110 | 100001011 | 1100010 | 100011 |
Color Harmonies of #5102B3
Complementary color
Monochromatic Colors of #5102B3
Black with #5102B3
Text Example
Text Example
White with #5102B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5102B3; }
p { color: rgb(81,2,179); }
H1.HeaderClassName
{
color: #5102B3;
}
.AnyTagClassName
{
color: #5102B3;
}
</style>
background-color css
<style>
a { background-color: #5102B3; }
a { background-color: rgb(81,2,179); }
div.DivClassName
{
background-color: #5102B3;
}
.BgClassName
{
background-color: #5102B3;
}
</style>
border-color css
<style>
span { border-color: #5102B3; }
span { border-color: rgb(81,2,179); }
td.TdClassName
{
border-color: #5102B3;
}
.TagClassName
{
border-color: #5102B3;
}
</style>