Html Css Color HEX #70177C Purple

📋 copy color: '#70177C'

red 112 ◦ green 23 ◦ blue 124

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

Shades of Purple #70177C

Tints of Purple #70177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.88%

 BLUE value IS 124 (48.83% from 255) = 47.88%

R = 43.24%
G = 8.88%
B = 47.88%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70177C (or 0x70177C) is known color: Purple. HEX triplet: 70, 17 and 7C. RGB value is (112,23,124). Sum of RGB (Red+Green+Blue) = 112+23+124=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #70177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70177C is #8FE883. Grayscale: #3C3C3C. Windows color (decimal): -9431172 or 8132464. OLE color: 8132464.

HSL color Cylindrical-coordinate representation of color #70177C: hue angle of 292.87º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70177C is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 23 124 -
CMYK 0.10 0.81 0 0.51
HSL 292.87º 0.69% 0.29% -
HSV(B) 292.87º 0.81% 0.49% -
XYZ 10.63 5.51 19.57 -
YUV 61.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 112 23 124 0.10 0.81 0 0.51 292.87 0.69 0.29
Hex 70 17 7C A 51 0 33 125 45 1D
Octal 160 27 174 12 121 0 63 445 105 35
Binary 1110000 10111 1111100 1010 1010001 0 110011 100100101 1000101 11101

Color Harmonies of #70177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70177C

Black with #70177C

Text Example


Text Example

White with #70177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70177C; }

 p { color: rgb(112,23,124); }

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

background-color css

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

 a { background-color: rgb(112,23,124); }

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

border-color css

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

 span { border-color: rgb(112,23,124); }

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