Shades of Purple Heart #5A38CD
Tints of Purple Heart #5A38CD
RGB
CMYK
RGB Variations
Color information
#5A38CD (or 0x5A38CD) is known color: Purple Heart. HEX triplet: 5A, 38 and CD. RGB value is (90,56,205). Sum of RGB (Red+Green+Blue) = 90+56+205=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A38CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A38CD is #A5C732. Grayscale: #525252. Windows color (decimal): -10864435 or 13449306. OLE color: 13449306.
HSL color Cylindrical-coordinate representation of color #5A38CD: hue angle of 253.69º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A38CD is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 56 | 205 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.20 |
| HSL | 253.69º | 0.6% | 0.51% | - |
| HSV(B) | 253.69º | 0.73% | 0.8% | - |
| XYZ | 16.65 | 9.41 | 58.7 | - |
| YUV | 83.15 | 196.76 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 56 | 205 | 0.56 | 0.73 | 0 | 0.20 | 253.69 | 0.6 | 0.51 |
| Hex | 5A | 38 | CD | 38 | 49 | 0 | 14 | FE | 3C | 33 |
| Octal | 132 | 70 | 315 | 70 | 111 | 0 | 24 | 376 | 74 | 63 |
| Binary | 1011010 | 111000 | 11001101 | 111000 | 1001001 | 0 | 10100 | 11111110 | 111100 | 110011 |
Color Harmonies of #5A38CD
Complementary color
Monochromatic Colors of #5A38CD
Black with #5A38CD
Text Example
Text Example
White with #5A38CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A38CD; }
p { color: rgb(90,56,205); }
H1.HeaderClassName
{
color: #5A38CD;
}
.AnyTagClassName
{
color: #5A38CD;
}
</style>
background-color css
<style>
a { background-color: #5A38CD; }
a { background-color: rgb(90,56,205); }
div.DivClassName
{
background-color: #5A38CD;
}
.BgClassName
{
background-color: #5A38CD;
}
</style>
border-color css
<style>
span { border-color: #5A38CD; }
span { border-color: rgb(90,56,205); }
td.TdClassName
{
border-color: #5A38CD;
}
.TagClassName
{
border-color: #5A38CD;
}
</style>