Shades of Purple Heart #763DBE
Tints of Purple Heart #763DBE
RGB
CMYK
RGB Variations
Color information
#763DBE (or 0x763DBE) is known color: Purple Heart. HEX triplet: 76, 3D and BE. RGB value is (118,61,190). Sum of RGB (Red+Green+Blue) = 118+61+190=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #763DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763DBE is #89C241. Grayscale: #5C5C5C. Windows color (decimal): -9028162 or 12467574. OLE color: 12467574.
HSL color Cylindrical-coordinate representation of color #763DBE: hue angle of 266.51º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #763DBE is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 61 | 190 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.25 |
| HSL | 266.51º | 0.51% | 0.49% | - |
| HSV(B) | 266.51º | 0.68% | 0.75% | - |
| XYZ | 18.43 | 10.91 | 49.85 | - |
| YUV | 92.75 | 182.88 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 190 | 0.38 | 0.68 | 0 | 0.25 | 266.51 | 0.51 | 0.49 |
| Hex | 76 | 3D | BE | 26 | 44 | 0 | 19 | 10B | 33 | 31 |
| Octal | 166 | 75 | 276 | 46 | 104 | 0 | 31 | 413 | 63 | 61 |
| Binary | 1110110 | 111101 | 10111110 | 100110 | 1000100 | 0 | 11001 | 100001011 | 110011 | 110001 |
Color Harmonies of #763DBE
Complementary color
Monochromatic Colors of #763DBE
Black with #763DBE
Text Example
Text Example
White with #763DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763DBE; }
p { color: rgb(118,61,190); }
H1.HeaderClassName
{
color: #763DBE;
}
.AnyTagClassName
{
color: #763DBE;
}
</style>
background-color css
<style>
a { background-color: #763DBE; }
a { background-color: rgb(118,61,190); }
div.DivClassName
{
background-color: #763DBE;
}
.BgClassName
{
background-color: #763DBE;
}
</style>
border-color css
<style>
span { border-color: #763DBE; }
span { border-color: rgb(118,61,190); }
td.TdClassName
{
border-color: #763DBE;
}
.TagClassName
{
border-color: #763DBE;
}
</style>