Shades of Purple #70069A
Tints of Purple #70069A
RGB
CMYK
RGB Variations
Color information
#70069A (or 0x70069A) is known color: Purple. HEX triplet: 70, 06 and 9A. RGB value is (112,6,154). Sum of RGB (Red+Green+Blue) = 112+6+154=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 154 (60.55% from 255 or 56.62% from 272); Max value from RGB is 154 - color contains mainly: blue. Hex color #70069A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70069A is #8FF965. Grayscale: #363636. Windows color (decimal): -9435494 or 10094192. OLE color: 10094192.
HSL color Cylindrical-coordinate representation of color #70069A: hue angle of 282.97º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70069A is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 6 | 154 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.40 |
| HSL | 282.97º | 0.93% | 0.31% | - |
| HSV(B) | 282.97º | 0.96% | 0.6% | - |
| XYZ | 12.58 | 5.91 | 31.05 | - |
| YUV | 54.57 | 184.12 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 154 | 0.27 | 0.96 | 0 | 0.40 | 282.97 | 0.93 | 0.31 |
| Hex | 70 | 6 | 9A | 1B | 60 | 0 | 28 | 11B | 5C | 1F |
| Octal | 160 | 6 | 232 | 33 | 140 | 0 | 50 | 433 | 134 | 37 |
| Binary | 1110000 | 110 | 10011010 | 11011 | 1100000 | 0 | 101000 | 100011011 | 1011100 | 11111 |
Color Harmonies of #70069A
Complementary color
Monochromatic Colors of #70069A
Black with #70069A
Text Example
Text Example
White with #70069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70069A; }
p { color: rgb(112,6,154); }
H1.HeaderClassName
{
color: #70069A;
}
.AnyTagClassName
{
color: #70069A;
}
</style>
background-color css
<style>
a { background-color: #70069A; }
a { background-color: rgb(112,6,154); }
div.DivClassName
{
background-color: #70069A;
}
.BgClassName
{
background-color: #70069A;
}
</style>
border-color css
<style>
span { border-color: #70069A; }
span { border-color: rgb(112,6,154); }
td.TdClassName
{
border-color: #70069A;
}
.TagClassName
{
border-color: #70069A;
}
</style>