Shades of Purple Heart #5A36BD
Tints of Purple Heart #5A36BD
RGB
CMYK
RGB Variations
Color information
#5A36BD (or 0x5A36BD) is known color: Purple Heart. HEX triplet: 5A, 36 and BD. RGB value is (90,54,189). Sum of RGB (Red+Green+Blue) = 90+54+189=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A36BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A36BD is #A5C942. Grayscale: #4F4F4F. Windows color (decimal): -10864963 or 12400218. OLE color: 12400218.
HSL color Cylindrical-coordinate representation of color #5A36BD: hue angle of 256º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A36BD is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 54 | 189 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.26 |
| HSL | 256º | 0.56% | 0.48% | - |
| HSV(B) | 256º | 0.71% | 0.74% | - |
| XYZ | 14.72 | 8.49 | 49.01 | - |
| YUV | 80.15 | 189.43 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 189 | 0.52 | 0.71 | 0 | 0.26 | 256 | 0.56 | 0.48 |
| Hex | 5A | 36 | BD | 34 | 47 | 0 | 1A | 100 | 38 | 30 |
| Octal | 132 | 66 | 275 | 64 | 107 | 0 | 32 | 400 | 70 | 60 |
| Binary | 1011010 | 110110 | 10111101 | 110100 | 1000111 | 0 | 11010 | 100000000 | 111000 | 110000 |
Color Harmonies of #5A36BD
Complementary color
Monochromatic Colors of #5A36BD
Black with #5A36BD
Text Example
Text Example
White with #5A36BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A36BD; }
p { color: rgb(90,54,189); }
H1.HeaderClassName
{
color: #5A36BD;
}
.AnyTagClassName
{
color: #5A36BD;
}
</style>
background-color css
<style>
a { background-color: #5A36BD; }
a { background-color: rgb(90,54,189); }
div.DivClassName
{
background-color: #5A36BD;
}
.BgClassName
{
background-color: #5A36BD;
}
</style>
border-color css
<style>
span { border-color: #5A36BD; }
span { border-color: rgb(90,54,189); }
td.TdClassName
{
border-color: #5A36BD;
}
.TagClassName
{
border-color: #5A36BD;
}
</style>