Shades of Purple Heart #763DBD
Tints of Purple Heart #763DBD
RGB
CMYK
RGB Variations
Color information
#763DBD (or 0x763DBD) is known color: Purple Heart. HEX triplet: 76, 3D and BD. RGB value is (118,61,189). Sum of RGB (Red+Green+Blue) = 118+61+189=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #763DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763DBD is #89C242. Grayscale: #5C5C5C. Windows color (decimal): -9028163 or 12402038. OLE color: 12402038.
HSL color Cylindrical-coordinate representation of color #763DBD: hue angle of 266.72º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #763DBD is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 61 | 189 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.26 |
| HSL | 266.72º | 0.51% | 0.49% | - |
| HSV(B) | 266.72º | 0.68% | 0.74% | - |
| XYZ | 18.33 | 10.86 | 49.28 | - |
| YUV | 92.64 | 182.38 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 189 | 0.38 | 0.68 | 0 | 0.26 | 266.72 | 0.51 | 0.49 |
| Hex | 76 | 3D | BD | 26 | 44 | 0 | 1A | 10B | 33 | 31 |
| Octal | 166 | 75 | 275 | 46 | 104 | 0 | 32 | 413 | 63 | 61 |
| Binary | 1110110 | 111101 | 10111101 | 100110 | 1000100 | 0 | 11010 | 100001011 | 110011 | 110001 |
Color Harmonies of #763DBD
Complementary color
Monochromatic Colors of #763DBD
Black with #763DBD
Text Example
Text Example
White with #763DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763DBD; }
p { color: rgb(118,61,189); }
H1.HeaderClassName
{
color: #763DBD;
}
.AnyTagClassName
{
color: #763DBD;
}
</style>
background-color css
<style>
a { background-color: #763DBD; }
a { background-color: rgb(118,61,189); }
div.DivClassName
{
background-color: #763DBD;
}
.BgClassName
{
background-color: #763DBD;
}
</style>
border-color css
<style>
span { border-color: #763DBD; }
span { border-color: rgb(118,61,189); }
td.TdClassName
{
border-color: #763DBD;
}
.TagClassName
{
border-color: #763DBD;
}
</style>