Shades of Purple #700388
Tints of Purple #700388
RGB
CMYK
RGB Variations
Color information
#700388 (or 0x700388) is known color: Purple. HEX triplet: 70, 03 and 88. RGB value is (112,3,136). Sum of RGB (Red+Green+Blue) = 112+3+136=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #700388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700388 is #8FFC77. Grayscale: #323232. Windows color (decimal): -9436280 or 8913776. OLE color: 8913776.
HSL color Cylindrical-coordinate representation of color #700388: hue angle of 289.17º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700388 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 3 | 136 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.47 |
| HSL | 289.17º | 0.96% | 0.27% | - |
| HSV(B) | 289.17º | 0.98% | 0.53% | - |
| XYZ | 11.16 | 5.29 | 23.73 | - |
| YUV | 50.75 | 176.11 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 136 | 0.18 | 0.98 | 0 | 0.47 | 289.17 | 0.96 | 0.27 |
| Hex | 70 | 3 | 88 | 12 | 62 | 0 | 2F | 121 | 60 | 1B |
| Octal | 160 | 3 | 210 | 22 | 142 | 0 | 57 | 441 | 140 | 33 |
| Binary | 1110000 | 11 | 10001000 | 10010 | 1100010 | 0 | 101111 | 100100001 | 1100000 | 11011 |
Color Harmonies of #700388
Complementary color
Monochromatic Colors of #700388
Black with #700388
Text Example
Text Example
White with #700388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700388; }
p { color: rgb(112,3,136); }
H1.HeaderClassName
{
color: #700388;
}
.AnyTagClassName
{
color: #700388;
}
</style>
background-color css
<style>
a { background-color: #700388; }
a { background-color: rgb(112,3,136); }
div.DivClassName
{
background-color: #700388;
}
.BgClassName
{
background-color: #700388;
}
</style>
border-color css
<style>
span { border-color: #700388; }
span { border-color: rgb(112,3,136); }
td.TdClassName
{
border-color: #700388;
}
.TagClassName
{
border-color: #700388;
}
</style>