Html Css Color HEX #701EA2 Royal Purple

📋 copy color: '#701EA2'

red 112 ◦ green 30 ◦ blue 162

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

Shades of Royal Purple #701EA2

Tints of Royal Purple #701EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 53.29%

R = 36.84%
G = 9.87%
B = 53.29%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#701EA2 (or 0x701EA2) is known color: Royal Purple. HEX triplet: 70, 1E and A2. RGB value is (112,30,162). Sum of RGB (Red+Green+Blue) = 112+30+162=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 162 (63.67% from 255 or 53.29% from 304); Max value from RGB is 162 - color contains mainly: blue. Hex color #701EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701EA2 is #8FE15D. Grayscale: #454545. Windows color (decimal): -9429342 or 10624624. OLE color: 10624624.

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

Color convert

RGB 112 30 162 -
CMYK 0.31 0.81 0 0.36
HSL 277.27º 0.69% 0.38% -
HSV(B) 277.27º 0.81% 0.64% -
XYZ 13.67 6.98 34.81 -
YUV 69.57 180.17 158.27 -
System Red Green Blue C M Y K H S L
Decimal 112 30 162 0.31 0.81 0 0.36 277.27 0.69 0.38
Hex 70 1E A2 1F 51 0 24 115 45 26
Octal 160 36 242 37 121 0 44 425 105 46
Binary 1110000 11110 10100010 11111 1010001 0 100100 100010101 1000101 100110

Color Harmonies of #701EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EA2

Black with #701EA2

Text Example


Text Example

White with #701EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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