Html Css Color HEX #701183 Purple

📋 copy color: '#701183'

red 112 ◦ green 17 ◦ blue 131

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

Shades of Purple #701183

Tints of Purple #701183

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.54%

 BLUE value IS 131 (51.56% from 255) = 50.38%

R = 43.08%
G = 6.54%
B = 50.38%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#701183 (or 0x701183) is known color: Purple. HEX triplet: 70, 11 and 83. RGB value is (112,17,131). Sum of RGB (Red+Green+Blue) = 112+17+131=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #701183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701183 is #8FEE7C. Grayscale: #3A3A3A. Windows color (decimal): -9432701 or 8589680. OLE color: 8589680.

HSL color Cylindrical-coordinate representation of color #701183: hue angle of 290º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701183 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 17 131 -
CMYK 0.15 0.87 0 0.49
HSL 290º 0.77% 0.29% -
HSV(B) 290º 0.87% 0.51% -
XYZ 10.98 5.48 21.95 -
YUV 58.4 168.97 166.23 -
System Red Green Blue C M Y K H S L
Decimal 112 17 131 0.15 0.87 0 0.49 290 0.77 0.29
Hex 70 11 83 F 57 0 31 122 4D 1D
Octal 160 21 203 17 127 0 61 442 115 35
Binary 1110000 10001 10000011 1111 1010111 0 110001 100100010 1001101 11101

Color Harmonies of #701183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701183

Black with #701183

Text Example


Text Example

White with #701183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701183; }

 p { color: rgb(112,17,131); }

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

background-color css

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

 a { background-color: rgb(112,17,131); }

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

border-color css

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

 span { border-color: rgb(112,17,131); }

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