Shades of Dark Purple #823278
Tints of Dark Purple #823278
RGB
CMYK
RGB Variations
Color information
#823278 (or 0x823278) is known color: Dark Purple. HEX triplet: 82, 32 and 78. RGB value is (130,50,120). Sum of RGB (Red+Green+Blue) = 130+50+120=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #823278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823278 is #7DCD87. Grayscale: #515151. Windows color (decimal): -8244616 or 7877250. OLE color: 7877250.
HSL color Cylindrical-coordinate representation of color #823278: hue angle of 307.5º 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 #823278 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 50 | 120 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.49 |
| HSL | 307.5º | 0.44% | 0.35% | - |
| HSV(B) | 307.5º | 0.62% | 0.51% | - |
| XYZ | 13.74 | 8.38 | 18.66 | - |
| YUV | 81.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 120 | 0 | 0.62 | 0.08 | 0.49 | 307.5 | 0.44 | 0.35 |
| Hex | 82 | 32 | 78 | 0 | 3E | 8 | 31 | 134 | 2C | 23 |
| Octal | 202 | 62 | 170 | 0 | 76 | 10 | 61 | 464 | 54 | 43 |
| Binary | 10000010 | 110010 | 1111000 | 0 | 111110 | 1000 | 110001 | 100110100 | 101100 | 100011 |
Color Harmonies of #823278
Complementary color
Monochromatic Colors of #823278
Black with #823278
Text Example
Text Example
White with #823278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823278; }
p { color: rgb(130,50,120); }
H1.HeaderClassName
{
color: #823278;
}
.AnyTagClassName
{
color: #823278;
}
</style>
background-color css
<style>
a { background-color: #823278; }
a { background-color: rgb(130,50,120); }
div.DivClassName
{
background-color: #823278;
}
.BgClassName
{
background-color: #823278;
}
</style>
border-color css
<style>
span { border-color: #823278; }
span { border-color: rgb(130,50,120); }
td.TdClassName
{
border-color: #823278;
}
.TagClassName
{
border-color: #823278;
}
</style>