Shades of Purple Heart #5C26D2
Tints of Purple Heart #5C26D2
RGB
CMYK
RGB Variations
Color information
#5C26D2 (or 0x5C26D2) is known color: Purple Heart. HEX triplet: 5C, 26 and D2. RGB value is (92,38,210). Sum of RGB (Red+Green+Blue) = 92+38+210=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 210 (82.42% from 255 or 61.76% from 340); Max value from RGB is 210 - color contains mainly: blue. Hex color #5C26D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C26D2 is #A3D92D. Grayscale: #494949. Windows color (decimal): -10737966 or 13772380. OLE color: 13772380.
HSL color Cylindrical-coordinate representation of color #5C26D2: hue angle of 258.84º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C26D2 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 38 | 210 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.18 |
| HSL | 258.84º | 0.69% | 0.49% | - |
| HSV(B) | 258.84º | 0.82% | 0.82% | - |
| XYZ | 16.74 | 8.31 | 61.7 | - |
| YUV | 73.75 | 204.89 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 38 | 210 | 0.56 | 0.82 | 0 | 0.18 | 258.84 | 0.69 | 0.49 |
| Hex | 5C | 26 | D2 | 38 | 52 | 0 | 12 | 103 | 45 | 31 |
| Octal | 134 | 46 | 322 | 70 | 122 | 0 | 22 | 403 | 105 | 61 |
| Binary | 1011100 | 100110 | 11010010 | 111000 | 1010010 | 0 | 10010 | 100000011 | 1000101 | 110001 |
Color Harmonies of #5C26D2
Complementary color
Monochromatic Colors of #5C26D2
Black with #5C26D2
Text Example
Text Example
White with #5C26D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C26D2; }
p { color: rgb(92,38,210); }
H1.HeaderClassName
{
color: #5C26D2;
}
.AnyTagClassName
{
color: #5C26D2;
}
</style>
background-color css
<style>
a { background-color: #5C26D2; }
a { background-color: rgb(92,38,210); }
div.DivClassName
{
background-color: #5C26D2;
}
.BgClassName
{
background-color: #5C26D2;
}
</style>
border-color css
<style>
span { border-color: #5C26D2; }
span { border-color: rgb(92,38,210); }
td.TdClassName
{
border-color: #5C26D2;
}
.TagClassName
{
border-color: #5C26D2;
}
</style>