Shades of Dark Purple #77246F
Tints of Dark Purple #77246F
RGB
CMYK
RGB Variations
Color information
#77246F (or 0x77246F) is known color: Dark Purple. HEX triplet: 77, 24 and 6F. RGB value is (119,36,111). Sum of RGB (Red+Green+Blue) = 119+36+111=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77246F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77246F is #88DB90. Grayscale: #454545. Windows color (decimal): -8969105 or 7283831. OLE color: 7283831.
HSL color Cylindrical-coordinate representation of color #77246F: hue angle of 305.78º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77246F is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 36 | 111 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.53 |
| HSL | 305.78º | 0.54% | 0.3% | - |
| HSV(B) | 305.78º | 0.7% | 0.47% | - |
| XYZ | 11.11 | 6.33 | 15.68 | - |
| YUV | 69.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 36 | 111 | 0 | 0.70 | 0.07 | 0.53 | 305.78 | 0.54 | 0.3 |
| Hex | 77 | 24 | 6F | 0 | 46 | 7 | 35 | 132 | 36 | 1E |
| Octal | 167 | 44 | 157 | 0 | 106 | 7 | 65 | 462 | 66 | 36 |
| Binary | 1110111 | 100100 | 1101111 | 0 | 1000110 | 111 | 110101 | 100110010 | 110110 | 11110 |
Color Harmonies of #77246F
Complementary color
Monochromatic Colors of #77246F
Black with #77246F
Text Example
Text Example
White with #77246F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77246F; }
p { color: rgb(119,36,111); }
H1.HeaderClassName
{
color: #77246F;
}
.AnyTagClassName
{
color: #77246F;
}
</style>
background-color css
<style>
a { background-color: #77246F; }
a { background-color: rgb(119,36,111); }
div.DivClassName
{
background-color: #77246F;
}
.BgClassName
{
background-color: #77246F;
}
</style>
border-color css
<style>
span { border-color: #77246F; }
span { border-color: rgb(119,36,111); }
td.TdClassName
{
border-color: #77246F;
}
.TagClassName
{
border-color: #77246F;
}
</style>