Shades of Purple #70038D
Tints of Purple #70038D
RGB
CMYK
RGB Variations
Color information
#70038D (or 0x70038D) is known color: Purple. HEX triplet: 70, 03 and 8D. RGB value is (112,3,141). Sum of RGB (Red+Green+Blue) = 112+3+141=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #70038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70038D is #8FFC72. Grayscale: #323232. Windows color (decimal): -9436275 or 9241456. OLE color: 9241456.
HSL color Cylindrical-coordinate representation of color #70038D: hue angle of 287.39º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70038D is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 3 | 141 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.45 |
| HSL | 287.39º | 0.96% | 0.28% | - |
| HSV(B) | 287.39º | 0.98% | 0.55% | - |
| XYZ | 11.52 | 5.43 | 25.64 | - |
| YUV | 51.32 | 178.61 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 141 | 0.21 | 0.98 | 0 | 0.45 | 287.39 | 0.96 | 0.28 |
| Hex | 70 | 3 | 8D | 15 | 62 | 0 | 2D | 11F | 60 | 1C |
| Octal | 160 | 3 | 215 | 25 | 142 | 0 | 55 | 437 | 140 | 34 |
| Binary | 1110000 | 11 | 10001101 | 10101 | 1100010 | 0 | 101101 | 100011111 | 1100000 | 11100 |
Color Harmonies of #70038D
Complementary color
Monochromatic Colors of #70038D
Black with #70038D
Text Example
Text Example
White with #70038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70038D; }
p { color: rgb(112,3,141); }
H1.HeaderClassName
{
color: #70038D;
}
.AnyTagClassName
{
color: #70038D;
}
</style>
background-color css
<style>
a { background-color: #70038D; }
a { background-color: rgb(112,3,141); }
div.DivClassName
{
background-color: #70038D;
}
.BgClassName
{
background-color: #70038D;
}
</style>
border-color css
<style>
span { border-color: #70038D; }
span { border-color: rgb(112,3,141); }
td.TdClassName
{
border-color: #70038D;
}
.TagClassName
{
border-color: #70038D;
}
</style>