Shades of Purple Heart #7534CB
Tints of Purple Heart #7534CB
RGB
CMYK
RGB Variations
Color information
#7534CB (or 0x7534CB) is known color: Purple Heart. HEX triplet: 75, 34 and CB. RGB value is (117,52,203). Sum of RGB (Red+Green+Blue) = 117+52+203=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #7534CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7534CB is #8ACB34. Grayscale: #585858. Windows color (decimal): -9095989 or 13317237. OLE color: 13317237.
HSL color Cylindrical-coordinate representation of color #7534CB: hue angle of 265.83º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7534CB is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 52 | 203 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.20 |
| HSL | 265.83º | 0.59% | 0.5% | - |
| HSV(B) | 265.83º | 0.74% | 0.8% | - |
| XYZ | 19.34 | 10.55 | 57.52 | - |
| YUV | 88.65 | 192.53 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 203 | 0.42 | 0.74 | 0 | 0.20 | 265.83 | 0.59 | 0.5 |
| Hex | 75 | 34 | CB | 2A | 4A | 0 | 14 | 10A | 3B | 32 |
| Octal | 165 | 64 | 313 | 52 | 112 | 0 | 24 | 412 | 73 | 62 |
| Binary | 1110101 | 110100 | 11001011 | 101010 | 1001010 | 0 | 10100 | 100001010 | 111011 | 110010 |
Color Harmonies of #7534CB
Complementary color
Monochromatic Colors of #7534CB
Black with #7534CB
Text Example
Text Example
White with #7534CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7534CB; }
p { color: rgb(117,52,203); }
H1.HeaderClassName
{
color: #7534CB;
}
.AnyTagClassName
{
color: #7534CB;
}
</style>
background-color css
<style>
a { background-color: #7534CB; }
a { background-color: rgb(117,52,203); }
div.DivClassName
{
background-color: #7534CB;
}
.BgClassName
{
background-color: #7534CB;
}
</style>
border-color css
<style>
span { border-color: #7534CB; }
span { border-color: rgb(117,52,203); }
td.TdClassName
{
border-color: #7534CB;
}
.TagClassName
{
border-color: #7534CB;
}
</style>