Shades of Purple Heart #752BD2
Tints of Purple Heart #752BD2
RGB
CMYK
RGB Variations
Color information
#752BD2 (or 0x752BD2) is known color: Purple Heart. HEX triplet: 75, 2B and D2. RGB value is (117,43,210). Sum of RGB (Red+Green+Blue) = 117+43+210=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 210 (82.42% from 255 or 56.76% from 370); Max value from RGB is 210 - color contains mainly: blue. Hex color #752BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BD2 is #8AD42D. Grayscale: #535353. Windows color (decimal): -9098286 or 13773685. OLE color: 13773685.
HSL color Cylindrical-coordinate representation of color #752BD2: hue angle of 266.59º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752BD2 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 43 | 210 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.18 |
| HSL | 266.59º | 0.66% | 0.5% | - |
| HSV(B) | 266.59º | 0.8% | 0.82% | - |
| XYZ | 19.83 | 10.16 | 61.89 | - |
| YUV | 84.16 | 199.02 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 210 | 0.44 | 0.80 | 0 | 0.18 | 266.59 | 0.66 | 0.5 |
| Hex | 75 | 2B | D2 | 2C | 50 | 0 | 12 | 10B | 42 | 32 |
| Octal | 165 | 53 | 322 | 54 | 120 | 0 | 22 | 413 | 102 | 62 |
| Binary | 1110101 | 101011 | 11010010 | 101100 | 1010000 | 0 | 10010 | 100001011 | 1000010 | 110010 |
Color Harmonies of #752BD2
Complementary color
Monochromatic Colors of #752BD2
Black with #752BD2
Text Example
Text Example
White with #752BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BD2; }
p { color: rgb(117,43,210); }
H1.HeaderClassName
{
color: #752BD2;
}
.AnyTagClassName
{
color: #752BD2;
}
</style>
background-color css
<style>
a { background-color: #752BD2; }
a { background-color: rgb(117,43,210); }
div.DivClassName
{
background-color: #752BD2;
}
.BgClassName
{
background-color: #752BD2;
}
</style>
border-color css
<style>
span { border-color: #752BD2; }
span { border-color: rgb(117,43,210); }
td.TdClassName
{
border-color: #752BD2;
}
.TagClassName
{
border-color: #752BD2;
}
</style>