Html Css Color HEX #71177C Purple

📋 copy color: '#71177C'

red 113 ◦ green 23 ◦ blue 124

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

Shades of Purple #71177C

Tints of Purple #71177C

RGB

 RED value IS 113 (44.53% from 255) = 43.46%

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

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

R = 43.46%
G = 8.85%
B = 47.69%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71177C (or 0x71177C) is known color: Purple. HEX triplet: 71, 17 and 7C. RGB value is (113,23,124). Sum of RGB (Red+Green+Blue) = 113+23+124=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #71177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71177C is #8EE883. Grayscale: #3D3D3D. Windows color (decimal): -9365636 or 8132465. OLE color: 8132465.

HSL color Cylindrical-coordinate representation of color #71177C: hue angle of 293.47º 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 #71177C is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 23 124 -
CMYK 0.09 0.81 0 0.51
HSL 293.47º 0.69% 0.29% -
HSV(B) 293.47º 0.81% 0.49% -
XYZ 10.75 5.58 19.58 -
YUV 61.42 163.32 164.79 -
System Red Green Blue C M Y K H S L
Decimal 113 23 124 0.09 0.81 0 0.51 293.47 0.69 0.29
Hex 71 17 7C 9 51 0 33 125 45 1D
Octal 161 27 174 11 121 0 63 445 105 35
Binary 1110001 10111 1111100 1001 1010001 0 110011 100100101 1000101 11101

Color Harmonies of #71177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71177C

Black with #71177C

Text Example


Text Example

White with #71177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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