Html Css Color HEX #701FA0 Royal Purple

📋 copy color: '#701FA0'

red 112 ◦ green 31 ◦ blue 160

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

Shades of Royal Purple #701FA0

Tints of Royal Purple #701FA0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.23%

 BLUE value IS 160 (62.89% from 255) = 52.81%

R = 36.96%
G = 10.23%
B = 52.81%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#701FA0 (or 0x701FA0) is known color: Royal Purple. HEX triplet: 70, 1F and A0. RGB value is (112,31,160). Sum of RGB (Red+Green+Blue) = 112+31+160=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 160 (62.89% from 255 or 52.81% from 303); Max value from RGB is 160 - color contains mainly: blue. Hex color #701FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701FA0 is #8FE05F. Grayscale: #454545. Windows color (decimal): -9429088 or 10493808. OLE color: 10493808.

HSL color Cylindrical-coordinate representation of color #701FA0: hue angle of 277.67º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701FA0 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 31 160 -
CMYK 0.30 0.81 0 0.37
HSL 277.67º 0.68% 0.37% -
HSV(B) 277.67º 0.81% 0.63% -
XYZ 13.52 6.96 33.89 -
YUV 69.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 112 31 160 0.30 0.81 0 0.37 277.67 0.68 0.37
Hex 70 1F A0 1E 51 0 25 116 44 25
Octal 160 37 240 36 121 0 45 426 104 45
Binary 1110000 11111 10100000 11110 1010001 0 100101 100010110 1000100 100101

Color Harmonies of #701FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FA0

Black with #701FA0

Text Example


Text Example

White with #701FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,31,160); }

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

background-color css

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

 a { background-color: rgb(112,31,160); }

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

border-color css

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

 span { border-color: rgb(112,31,160); }

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