Shades of Purple Heart #763DBB
Tints of Purple Heart #763DBB
RGB
CMYK
RGB Variations
Color information
#763DBB (or 0x763DBB) is known color: Purple Heart. HEX triplet: 76, 3D and BB. RGB value is (118,61,187). Sum of RGB (Red+Green+Blue) = 118+61+187=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #763DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763DBB is #89C244. Grayscale: #5B5B5B. Windows color (decimal): -9028165 or 12270966. OLE color: 12270966.
HSL color Cylindrical-coordinate representation of color #763DBB: hue angle of 267.14º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763DBB is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 61 | 187 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.27 |
| HSL | 267.14º | 0.51% | 0.49% | - |
| HSV(B) | 267.14º | 0.67% | 0.73% | - |
| XYZ | 18.11 | 10.78 | 48.14 | - |
| YUV | 92.41 | 181.38 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 187 | 0.37 | 0.67 | 0 | 0.27 | 267.14 | 0.51 | 0.49 |
| Hex | 76 | 3D | BB | 25 | 43 | 0 | 1B | 10B | 33 | 31 |
| Octal | 166 | 75 | 273 | 45 | 103 | 0 | 33 | 413 | 63 | 61 |
| Binary | 1110110 | 111101 | 10111011 | 100101 | 1000011 | 0 | 11011 | 100001011 | 110011 | 110001 |
Color Harmonies of #763DBB
Complementary color
Monochromatic Colors of #763DBB
Black with #763DBB
Text Example
Text Example
White with #763DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763DBB; }
p { color: rgb(118,61,187); }
H1.HeaderClassName
{
color: #763DBB;
}
.AnyTagClassName
{
color: #763DBB;
}
</style>
background-color css
<style>
a { background-color: #763DBB; }
a { background-color: rgb(118,61,187); }
div.DivClassName
{
background-color: #763DBB;
}
.BgClassName
{
background-color: #763DBB;
}
</style>
border-color css
<style>
span { border-color: #763DBB; }
span { border-color: rgb(118,61,187); }
td.TdClassName
{
border-color: #763DBB;
}
.TagClassName
{
border-color: #763DBB;
}
</style>