Shades of Purple Heart #4526CB
Tints of Purple Heart #4526CB
RGB
CMYK
RGB Variations
Color information
#4526CB (or 0x4526CB) is known color: Purple Heart. HEX triplet: 45, 26 and CB. RGB value is (69,38,203). Sum of RGB (Red+Green+Blue) = 69+38+203=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #4526CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4526CB is #BAD934. Grayscale: #414141. Windows color (decimal): -12245301 or 13313605. OLE color: 13313605.
HSL color Cylindrical-coordinate representation of color #4526CB: hue angle of 251.27º 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 #4526CB is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 38 | 203 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.20 |
| HSL | 251.27º | 0.68% | 0.47% | - |
| HSV(B) | 251.27º | 0.81% | 0.8% | - |
| XYZ | 13.93 | 6.96 | 57.11 | - |
| YUV | 66.08 | 205.27 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 38 | 203 | 0.66 | 0.81 | 0 | 0.20 | 251.27 | 0.68 | 0.47 |
| Hex | 45 | 26 | CB | 42 | 51 | 0 | 14 | FB | 44 | 2F |
| Octal | 105 | 46 | 313 | 102 | 121 | 0 | 24 | 373 | 104 | 57 |
| Binary | 1000101 | 100110 | 11001011 | 1000010 | 1010001 | 0 | 10100 | 11111011 | 1000100 | 101111 |
Color Harmonies of #4526CB
Complementary color
Monochromatic Colors of #4526CB
Black with #4526CB
Text Example
Text Example
White with #4526CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4526CB; }
p { color: rgb(69,38,203); }
H1.HeaderClassName
{
color: #4526CB;
}
.AnyTagClassName
{
color: #4526CB;
}
</style>
background-color css
<style>
a { background-color: #4526CB; }
a { background-color: rgb(69,38,203); }
div.DivClassName
{
background-color: #4526CB;
}
.BgClassName
{
background-color: #4526CB;
}
</style>
border-color css
<style>
span { border-color: #4526CB; }
span { border-color: rgb(69,38,203); }
td.TdClassName
{
border-color: #4526CB;
}
.TagClassName
{
border-color: #4526CB;
}
</style>