Html Css Color HEX #701F9F Royal Purple

📋 copy color: '#701F9F'

red 112 ◦ green 31 ◦ blue 159

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

Shades of Royal Purple #701F9F

Tints of Royal Purple #701F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.65%

R = 37.09%
G = 10.26%
B = 52.65%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#701F9F (or 0x701F9F) is known color: Royal Purple. HEX triplet: 70, 1F and 9F. RGB value is (112,31,159). Sum of RGB (Red+Green+Blue) = 112+31+159=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #701F9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701F9F is #8FE060. Grayscale: #454545. Windows color (decimal): -9429089 or 10428272. OLE color: 10428272.

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

Color convert

RGB 112 31 159 -
CMYK 0.30 0.81 0 0.38
HSL 277.97º 0.67% 0.37% -
HSV(B) 277.97º 0.81% 0.62% -
XYZ 13.43 6.93 33.43 -
YUV 69.81 178.34 158.09 -
System Red Green Blue C M Y K H S L
Decimal 112 31 159 0.30 0.81 0 0.38 277.97 0.67 0.37
Hex 70 1F 9F 1E 51 0 26 116 43 25
Octal 160 37 237 36 121 0 46 426 103 45
Binary 1110000 11111 10011111 11110 1010001 0 100110 100010110 1000011 100101

Color Harmonies of #701F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F9F

Black with #701F9F

Text Example


Text Example

White with #701F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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