Html Css Color HEX #701175 Purple

📋 copy color: '#701175'

red 112 ◦ green 17 ◦ blue 117

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

Shades of Purple #701175

Tints of Purple #701175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.56%

R = 45.53%
G = 6.91%
B = 47.56%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#701175 (or 0x701175) is known color: Purple. HEX triplet: 70, 11 and 75. RGB value is (112,17,117). Sum of RGB (Red+Green+Blue) = 112+17+117=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #701175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701175 is #8FEE8A. Grayscale: #383838. Windows color (decimal): -9432715 or 7672176. OLE color: 7672176.

HSL color Cylindrical-coordinate representation of color #701175: hue angle of 297º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701175 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 17 117 -
CMYK 0.04 0.85 0 0.54
HSL 297º 0.75% 0.26% -
HSV(B) 297º 0.85% 0.46% -
XYZ 10.09 5.13 17.29 -
YUV 56.81 161.97 167.37 -
System Red Green Blue C M Y K H S L
Decimal 112 17 117 0.04 0.85 0 0.54 297 0.75 0.26
Hex 70 11 75 4 55 0 36 129 4B 1A
Octal 160 21 165 4 125 0 66 451 113 32
Binary 1110000 10001 1110101 100 1010101 0 110110 100101001 1001011 11010

Color Harmonies of #701175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701175

Black with #701175

Text Example


Text Example

White with #701175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701175; }

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

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

background-color css

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

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

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

border-color css

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

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

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