Html Css Color HEX #701EA3 Royal Purple

📋 copy color: '#701EA3'

red 112 ◦ green 30 ◦ blue 163

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

Shades of Royal Purple #701EA3

Tints of Royal Purple #701EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 53.44%

R = 36.72%
G = 9.84%
B = 53.44%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#701EA3 (or 0x701EA3) is known color: Royal Purple. HEX triplet: 70, 1E and A3. RGB value is (112,30,163). Sum of RGB (Red+Green+Blue) = 112+30+163=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 163 (64.06% from 255 or 53.44% from 305); Max value from RGB is 163 - color contains mainly: blue. Hex color #701EA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701EA3 is #8FE15C. Grayscale: #454545. Windows color (decimal): -9429341 or 10690160. OLE color: 10690160.

HSL color Cylindrical-coordinate representation of color #701EA3: hue angle of 276.99º 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 #701EA3 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 30 163 -
CMYK 0.31 0.82 0 0.36
HSL 276.99º 0.69% 0.38% -
HSV(B) 276.99º 0.82% 0.64% -
XYZ 13.76 7.02 35.28 -
YUV 69.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 112 30 163 0.31 0.82 0 0.36 276.99 0.69 0.38
Hex 70 1E A3 1F 52 0 24 115 45 26
Octal 160 36 243 37 122 0 44 425 105 46
Binary 1110000 11110 10100011 11111 1010010 0 100100 100010101 1000101 100110

Color Harmonies of #701EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EA3

Black with #701EA3

Text Example


Text Example

White with #701EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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