Shades of Dark Purple #77237D
Tints of Dark Purple #77237D
RGB
CMYK
RGB Variations
Color information
#77237D (or 0x77237D) is known color: Dark Purple. HEX triplet: 77, 23 and 7D. RGB value is (119,35,125). Sum of RGB (Red+Green+Blue) = 119+35+125=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #77237D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77237D is #88DC82. Grayscale: #464646. Windows color (decimal): -8969347 or 8201079. OLE color: 8201079.
HSL color Cylindrical-coordinate representation of color #77237D: hue angle of 296º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77237D is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 35 | 125 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.51 |
| HSL | 296º | 0.56% | 0.31% | - |
| HSV(B) | 296º | 0.72% | 0.49% | - |
| XYZ | 11.91 | 6.6 | 20.05 | - |
| YUV | 70.38 | 158.83 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 35 | 125 | 0.05 | 0.72 | 0 | 0.51 | 296 | 0.56 | 0.31 |
| Hex | 77 | 23 | 7D | 5 | 48 | 0 | 33 | 128 | 38 | 1F |
| Octal | 167 | 43 | 175 | 5 | 110 | 0 | 63 | 450 | 70 | 37 |
| Binary | 1110111 | 100011 | 1111101 | 101 | 1001000 | 0 | 110011 | 100101000 | 111000 | 11111 |
Color Harmonies of #77237D
Complementary color
Monochromatic Colors of #77237D
Black with #77237D
Text Example
Text Example
White with #77237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77237D; }
p { color: rgb(119,35,125); }
H1.HeaderClassName
{
color: #77237D;
}
.AnyTagClassName
{
color: #77237D;
}
</style>
background-color css
<style>
a { background-color: #77237D; }
a { background-color: rgb(119,35,125); }
div.DivClassName
{
background-color: #77237D;
}
.BgClassName
{
background-color: #77237D;
}
</style>
border-color css
<style>
span { border-color: #77237D; }
span { border-color: rgb(119,35,125); }
td.TdClassName
{
border-color: #77237D;
}
.TagClassName
{
border-color: #77237D;
}
</style>