Shades of Royal Purple #701CA4
Tints of Royal Purple #701CA4
RGB
CMYK
RGB Variations
Color information
#701CA4 (or 0x701CA4) is known color: Royal Purple. HEX triplet: 70, 1C and A4. RGB value is (112,28,164). Sum of RGB (Red+Green+Blue) = 112+28+164=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 164 (64.45% from 255 or 53.95% from 304); Max value from RGB is 164 - color contains mainly: blue. Hex color #701CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701CA4 is #8FE35B. Grayscale: #444444. Windows color (decimal): -9429852 or 10755184. OLE color: 10755184.
HSL color Cylindrical-coordinate representation of color #701CA4: hue angle of 277.06º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701CA4 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 28 | 164 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.36 |
| HSL | 277.06º | 0.71% | 0.38% | - |
| HSV(B) | 277.06º | 0.83% | 0.64% | - |
| XYZ | 13.8 | 6.96 | 35.74 | - |
| YUV | 68.62 | 181.83 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 164 | 0.32 | 0.83 | 0 | 0.36 | 277.06 | 0.71 | 0.38 |
| Hex | 70 | 1C | A4 | 20 | 53 | 0 | 24 | 115 | 47 | 26 |
| Octal | 160 | 34 | 244 | 40 | 123 | 0 | 44 | 425 | 107 | 46 |
| Binary | 1110000 | 11100 | 10100100 | 100000 | 1010011 | 0 | 100100 | 100010101 | 1000111 | 100110 |
Color Harmonies of #701CA4
Complementary color
Monochromatic Colors of #701CA4
Black with #701CA4
Text Example
Text Example
White with #701CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701CA4; }
p { color: rgb(112,28,164); }
H1.HeaderClassName
{
color: #701CA4;
}
.AnyTagClassName
{
color: #701CA4;
}
</style>
background-color css
<style>
a { background-color: #701CA4; }
a { background-color: rgb(112,28,164); }
div.DivClassName
{
background-color: #701CA4;
}
.BgClassName
{
background-color: #701CA4;
}
</style>
border-color css
<style>
span { border-color: #701CA4; }
span { border-color: rgb(112,28,164); }
td.TdClassName
{
border-color: #701CA4;
}
.TagClassName
{
border-color: #701CA4;
}
</style>