Shades of Purple Heart #5A26CB
Tints of Purple Heart #5A26CB
RGB
CMYK
RGB Variations
Color information
#5A26CB (or 0x5A26CB) is known color: Purple Heart. HEX triplet: 5A, 26 and CB. RGB value is (90,38,203). Sum of RGB (Red+Green+Blue) = 90+38+203=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A26CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A26CB is #A5D934. Grayscale: #474747. Windows color (decimal): -10869045 or 13313626. OLE color: 13313626.
HSL color Cylindrical-coordinate representation of color #5A26CB: hue angle of 258.91º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A26CB is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 38 | 203 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.20 |
| HSL | 258.91º | 0.68% | 0.47% | - |
| HSV(B) | 258.91º | 0.81% | 0.8% | - |
| XYZ | 15.69 | 7.87 | 57.19 | - |
| YUV | 72.36 | 201.73 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 38 | 203 | 0.56 | 0.81 | 0 | 0.20 | 258.91 | 0.68 | 0.47 |
| Hex | 5A | 26 | CB | 38 | 51 | 0 | 14 | 103 | 44 | 2F |
| Octal | 132 | 46 | 313 | 70 | 121 | 0 | 24 | 403 | 104 | 57 |
| Binary | 1011010 | 100110 | 11001011 | 111000 | 1010001 | 0 | 10100 | 100000011 | 1000100 | 101111 |
Color Harmonies of #5A26CB
Complementary color
Monochromatic Colors of #5A26CB
Black with #5A26CB
Text Example
Text Example
White with #5A26CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A26CB; }
p { color: rgb(90,38,203); }
H1.HeaderClassName
{
color: #5A26CB;
}
.AnyTagClassName
{
color: #5A26CB;
}
</style>
background-color css
<style>
a { background-color: #5A26CB; }
a { background-color: rgb(90,38,203); }
div.DivClassName
{
background-color: #5A26CB;
}
.BgClassName
{
background-color: #5A26CB;
}
</style>
border-color css
<style>
span { border-color: #5A26CB; }
span { border-color: rgb(90,38,203); }
td.TdClassName
{
border-color: #5A26CB;
}
.TagClassName
{
border-color: #5A26CB;
}
</style>