Html Css Color HEX #701185 Purple

📋 copy color: '#701185'

red 112 ◦ green 17 ◦ blue 133

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

Shades of Purple #701185

Tints of Purple #701185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.76%

R = 42.75%
G = 6.49%
B = 50.76%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#701185 (or 0x701185) is known color: Purple. HEX triplet: 70, 11 and 85. RGB value is (112,17,133). Sum of RGB (Red+Green+Blue) = 112+17+133=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #701185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701185 is #8FEE7A. Grayscale: #3A3A3A. Windows color (decimal): -9432699 or 8720752. OLE color: 8720752.

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

Color convert

RGB 112 17 133 -
CMYK 0.16 0.87 0 0.48
HSL 289.14º 0.77% 0.29% -
HSV(B) 289.14º 0.87% 0.52% -
XYZ 11.12 5.54 22.67 -
YUV 58.63 169.97 166.07 -
System Red Green Blue C M Y K H S L
Decimal 112 17 133 0.16 0.87 0 0.48 289.14 0.77 0.29
Hex 70 11 85 10 57 0 30 121 4D 1D
Octal 160 21 205 20 127 0 60 441 115 35
Binary 1110000 10001 10000101 10000 1010111 0 110000 100100001 1001101 11101

Color Harmonies of #701185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701185

Black with #701185

Text Example


Text Example

White with #701185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701185; }

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

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

background-color css

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

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

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

border-color css

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

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

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