Shades of Purple Heart #762BD1
Tints of Purple Heart #762BD1
RGB
CMYK
RGB Variations
Color information
#762BD1 (or 0x762BD1) is known color: Purple Heart. HEX triplet: 76, 2B and D1. RGB value is (118,43,209). Sum of RGB (Red+Green+Blue) = 118+43+209=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 209 (82.03% from 255 or 56.49% from 370); Max value from RGB is 209 - color contains mainly: blue. Hex color #762BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BD1 is #89D42E. Grayscale: #535353. Windows color (decimal): -9032751 or 13708150. OLE color: 13708150.
HSL color Cylindrical-coordinate representation of color #762BD1: hue angle of 267.11º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #762BD1 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 43 | 209 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.18 |
| HSL | 267.11º | 0.66% | 0.49% | - |
| HSV(B) | 267.11º | 0.79% | 0.82% | - |
| XYZ | 19.84 | 10.18 | 61.24 | - |
| YUV | 84.35 | 198.35 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 209 | 0.44 | 0.79 | 0 | 0.18 | 267.11 | 0.66 | 0.49 |
| Hex | 76 | 2B | D1 | 2C | 4F | 0 | 12 | 10B | 42 | 31 |
| Octal | 166 | 53 | 321 | 54 | 117 | 0 | 22 | 413 | 102 | 61 |
| Binary | 1110110 | 101011 | 11010001 | 101100 | 1001111 | 0 | 10010 | 100001011 | 1000010 | 110001 |
Color Harmonies of #762BD1
Complementary color
Monochromatic Colors of #762BD1
Black with #762BD1
Text Example
Text Example
White with #762BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762BD1; }
p { color: rgb(118,43,209); }
H1.HeaderClassName
{
color: #762BD1;
}
.AnyTagClassName
{
color: #762BD1;
}
</style>
background-color css
<style>
a { background-color: #762BD1; }
a { background-color: rgb(118,43,209); }
div.DivClassName
{
background-color: #762BD1;
}
.BgClassName
{
background-color: #762BD1;
}
</style>
border-color css
<style>
span { border-color: #762BD1; }
span { border-color: rgb(118,43,209); }
td.TdClassName
{
border-color: #762BD1;
}
.TagClassName
{
border-color: #762BD1;
}
</style>