Shades of Dark Purple #823277
Tints of Dark Purple #823277
RGB
CMYK
RGB Variations
Color information
#823277 (or 0x823277) is known color: Dark Purple. HEX triplet: 82, 32 and 77. RGB value is (130,50,119). Sum of RGB (Red+Green+Blue) = 130+50+119=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #823277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823277 is #7DCD88. Grayscale: #515151. Windows color (decimal): -8244617 or 7811714. OLE color: 7811714.
HSL color Cylindrical-coordinate representation of color #823277: hue angle of 308.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823277 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 50 | 119 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.49 |
| HSL | 308.25º | 0.44% | 0.35% | - |
| HSV(B) | 308.25º | 0.62% | 0.51% | - |
| XYZ | 13.68 | 8.36 | 18.35 | - |
| YUV | 81.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 119 | 0 | 0.62 | 0.08 | 0.49 | 308.25 | 0.44 | 0.35 |
| Hex | 82 | 32 | 77 | 0 | 3E | 8 | 31 | 134 | 2C | 23 |
| Octal | 202 | 62 | 167 | 0 | 76 | 10 | 61 | 464 | 54 | 43 |
| Binary | 10000010 | 110010 | 1110111 | 0 | 111110 | 1000 | 110001 | 100110100 | 101100 | 100011 |
Color Harmonies of #823277
Complementary color
Monochromatic Colors of #823277
Black with #823277
Text Example
Text Example
White with #823277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823277; }
p { color: rgb(130,50,119); }
H1.HeaderClassName
{
color: #823277;
}
.AnyTagClassName
{
color: #823277;
}
</style>
background-color css
<style>
a { background-color: #823277; }
a { background-color: rgb(130,50,119); }
div.DivClassName
{
background-color: #823277;
}
.BgClassName
{
background-color: #823277;
}
</style>
border-color css
<style>
span { border-color: #823277; }
span { border-color: rgb(130,50,119); }
td.TdClassName
{
border-color: #823277;
}
.TagClassName
{
border-color: #823277;
}
</style>