Html Css Color HEX #701EA4 Royal Purple

📋 copy color: '#701EA4'

red 112 ◦ green 30 ◦ blue 164

#701EA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #701EA4

Tints of Royal Purple #701EA4

RGB

 RED value IS 112 (44.14% from 255) = 36.6%

 GREEN value IS 30 (12.11% from 255) = 9.8%

 BLUE value IS 164 (64.45% from 255) = 53.59%

R = 36.6%
G = 9.8%
B = 53.59%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#701EA4 (or 0x701EA4) is known color: Royal Purple. HEX triplet: 70, 1E and A4. RGB value is (112,30,164). Sum of RGB (Red+Green+Blue) = 112+30+164=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #701EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701EA4 is #8FE15B. Grayscale: #454545. Windows color (decimal): -9429340 or 10755696. OLE color: 10755696.

HSL color Cylindrical-coordinate representation of color #701EA4: hue angle of 276.72º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701EA4 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 30 164 -
CMYK 0.32 0.82 0 0.36
HSL 276.72º 0.69% 0.38% -
HSV(B) 276.72º 0.82% 0.64% -
XYZ 13.85 7.05 35.75 -
YUV 69.79 181.17 158.1 -
System Red Green Blue C M Y K H S L
Decimal 112 30 164 0.32 0.82 0 0.36 276.72 0.69 0.38
Hex 70 1E A4 20 52 0 24 115 45 26
Octal 160 36 244 40 122 0 44 425 105 46
Binary 1110000 11110 10100100 100000 1010010 0 100100 100010101 1000101 100110

Color Harmonies of #701EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EA4

Black with #701EA4

Text Example


Text Example

White with #701EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701EA4; }

 p { color: rgb(112,30,164); }

 H1.HeaderClassName
 {
   color: #701EA4;
 }
 .AnyTagClassName
 {
   color: #701EA4;
 }
</style>

background-color css

<style>
 a { background-color: #701EA4; }

 a { background-color: rgb(112,30,164); }

 div.DivClassName
 {
   background-color: #701EA4;
 }
 .BgClassName
 {
   background-color: #701EA4;
 }
</style>

border-color css

<style>
 span { border-color: #701EA4; }

 span { border-color: rgb(112,30,164); }

 td.TdClassName
 {
   border-color: #701EA4;
 }
 .TagClassName
 {
   border-color: #701EA4;
 }
</style>