Shades of Persian Plum #60302F
Tints of Persian Plum #60302F
RGB
CMYK
RGB Variations
Color information
#60302F (or 0x60302F) is known color: Persian Plum. HEX triplet: 60, 30 and 2F. RGB value is (96,48,47). Sum of RGB (Red+Green+Blue) = 96+48+47=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60302F is #9FCFD0. Grayscale: #3E3E3E. Windows color (decimal): -10473425 or 3092576. OLE color: 3092576.
HSL color Cylindrical-coordinate representation of color #60302F: hue angle of 1.22º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60302F is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 47 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.62 |
| HSL | 1.22º | 0.34% | 0.28% | - |
| HSV(B) | 1.22º | 0.51% | 0.38% | - |
| XYZ | 6.39 | 4.81 | 3.28 | - |
| YUV | 62.24 | 119.4 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 47 | 0 | 0.50 | 0.51 | 0.62 | 1.22 | 0.34 | 0.28 |
| Hex | 60 | 30 | 2F | 0 | 32 | 33 | 3E | 1 | 22 | 1C |
| Octal | 140 | 60 | 57 | 0 | 62 | 63 | 76 | 1 | 42 | 34 |
| Binary | 1100000 | 110000 | 101111 | 0 | 110010 | 110011 | 111110 | 1 | 100010 | 11100 |
Color Harmonies of #60302F
Complementary color
Monochromatic Colors of #60302F
Black with #60302F
Text Example
Text Example
White with #60302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60302F; }
p { color: rgb(96,48,47); }
H1.HeaderClassName
{
color: #60302F;
}
.AnyTagClassName
{
color: #60302F;
}
</style>
background-color css
<style>
a { background-color: #60302F; }
a { background-color: rgb(96,48,47); }
div.DivClassName
{
background-color: #60302F;
}
.BgClassName
{
background-color: #60302F;
}
</style>
border-color css
<style>
span { border-color: #60302F; }
span { border-color: rgb(96,48,47); }
td.TdClassName
{
border-color: #60302F;
}
.TagClassName
{
border-color: #60302F;
}
</style>