Html Css Color HEX #701FA2 Royal Purple

📋 copy color: '#701FA2'

red 112 ◦ green 31 ◦ blue 162

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

Shades of Royal Purple #701FA2

Tints of Royal Purple #701FA2

RGB

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

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

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

R = 36.72%
G = 10.16%
B = 53.11%

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

#701FA2 (or 0x701FA2) is known color: Royal Purple. HEX triplet: 70, 1F and A2. RGB value is (112,31,162). Sum of RGB (Red+Green+Blue) = 112+31+162=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #701FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701FA2 is #8FE05D. Grayscale: #454545. Windows color (decimal): -9429086 or 10624880. OLE color: 10624880.

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

Color convert

RGB 112 31 162 -
CMYK 0.31 0.81 0 0.36
HSL 277.1º 0.68% 0.38% -
HSV(B) 277.1º 0.81% 0.64% -
XYZ 13.69 7.03 34.82 -
YUV 70.15 179.84 157.85 -
System Red Green Blue C M Y K H S L
Decimal 112 31 162 0.31 0.81 0 0.36 277.1 0.68 0.38
Hex 70 1F A2 1F 51 0 24 115 44 26
Octal 160 37 242 37 121 0 44 425 104 46
Binary 1110000 11111 10100010 11111 1010001 0 100100 100010101 1000100 100110

Color Harmonies of #701FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FA2

Black with #701FA2

Text Example


Text Example

White with #701FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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