Shades of Purple Heart #5C18AF
Tints of Purple Heart #5C18AF
RGB
CMYK
RGB Variations
Color information
#5C18AF (or 0x5C18AF) is known color: Purple Heart. HEX triplet: 5C, 18 and AF. RGB value is (92,24,175). Sum of RGB (Red+Green+Blue) = 92+24+175=291 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.62% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C18AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C18AF is #A3E750. Grayscale: #3D3D3D. Windows color (decimal): -10741585 or 11475036. OLE color: 11475036.
HSL color Cylindrical-coordinate representation of color #5C18AF: hue angle of 267.02º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C18AF is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 24 | 175 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.31 |
| HSL | 267.02º | 0.76% | 0.39% | - |
| HSV(B) | 267.02º | 0.86% | 0.69% | - |
| XYZ | 12.48 | 6.02 | 41.06 | - |
| YUV | 61.55 | 192.03 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 24 | 175 | 0.47 | 0.86 | 0 | 0.31 | 267.02 | 0.76 | 0.39 |
| Hex | 5C | 18 | AF | 2F | 56 | 0 | 1F | 10B | 4C | 27 |
| Octal | 134 | 30 | 257 | 57 | 126 | 0 | 37 | 413 | 114 | 47 |
| Binary | 1011100 | 11000 | 10101111 | 101111 | 1010110 | 0 | 11111 | 100001011 | 1001100 | 100111 |
Color Harmonies of #5C18AF
Complementary color
Monochromatic Colors of #5C18AF
Black with #5C18AF
Text Example
Text Example
White with #5C18AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C18AF; }
p { color: rgb(92,24,175); }
H1.HeaderClassName
{
color: #5C18AF;
}
.AnyTagClassName
{
color: #5C18AF;
}
</style>
background-color css
<style>
a { background-color: #5C18AF; }
a { background-color: rgb(92,24,175); }
div.DivClassName
{
background-color: #5C18AF;
}
.BgClassName
{
background-color: #5C18AF;
}
</style>
border-color css
<style>
span { border-color: #5C18AF; }
span { border-color: rgb(92,24,175); }
td.TdClassName
{
border-color: #5C18AF;
}
.TagClassName
{
border-color: #5C18AF;
}
</style>