Shades of Purple Heart #5C2ACF
Tints of Purple Heart #5C2ACF
RGB
CMYK
RGB Variations
Color information
#5C2ACF (or 0x5C2ACF) is known color: Purple Heart. HEX triplet: 5C, 2A and CF. RGB value is (92,42,207). Sum of RGB (Red+Green+Blue) = 92+42+207=341 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.98% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #5C2ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2ACF is #A3D530. Grayscale: #4B4B4B. Windows color (decimal): -10736945 or 13576796. OLE color: 13576796.
HSL color Cylindrical-coordinate representation of color #5C2ACF: hue angle of 258.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C2ACF is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 42 | 207 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.19 |
| HSL | 258.18º | 0.66% | 0.49% | - |
| HSV(B) | 258.18º | 0.8% | 0.81% | - |
| XYZ | 16.5 | 8.44 | 59.79 | - |
| YUV | 75.76 | 202.07 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 42 | 207 | 0.56 | 0.80 | 0 | 0.19 | 258.18 | 0.66 | 0.49 |
| Hex | 5C | 2A | CF | 38 | 50 | 0 | 13 | 102 | 42 | 31 |
| Octal | 134 | 52 | 317 | 70 | 120 | 0 | 23 | 402 | 102 | 61 |
| Binary | 1011100 | 101010 | 11001111 | 111000 | 1010000 | 0 | 10011 | 100000010 | 1000010 | 110001 |
Color Harmonies of #5C2ACF
Complementary color
Monochromatic Colors of #5C2ACF
Black with #5C2ACF
Text Example
Text Example
White with #5C2ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2ACF; }
p { color: rgb(92,42,207); }
H1.HeaderClassName
{
color: #5C2ACF;
}
.AnyTagClassName
{
color: #5C2ACF;
}
</style>
background-color css
<style>
a { background-color: #5C2ACF; }
a { background-color: rgb(92,42,207); }
div.DivClassName
{
background-color: #5C2ACF;
}
.BgClassName
{
background-color: #5C2ACF;
}
</style>
border-color css
<style>
span { border-color: #5C2ACF; }
span { border-color: rgb(92,42,207); }
td.TdClassName
{
border-color: #5C2ACF;
}
.TagClassName
{
border-color: #5C2ACF;
}
</style>