Html Css Color HEX #71178B Purple

📋 copy color: '#71178B'

red 113 ◦ green 23 ◦ blue 139

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

Shades of Purple #71178B

Tints of Purple #71178B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.55%

R = 41.09%
G = 8.36%
B = 50.55%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71178B (or 0x71178B) is known color: Purple. HEX triplet: 71, 17 and 8B. RGB value is (113,23,139). Sum of RGB (Red+Green+Blue) = 113+23+139=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #71178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71178B is #8EE874. Grayscale: #3E3E3E. Windows color (decimal): -9365621 or 9115505. OLE color: 9115505.

HSL color Cylindrical-coordinate representation of color #71178B: hue angle of 286.55º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71178B is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 23 139 -
CMYK 0.19 0.83 0 0.45
HSL 286.55º 0.72% 0.32% -
HSV(B) 286.55º 0.83% 0.55% -
XYZ 11.78 5.99 24.96 -
YUV 63.13 170.82 163.57 -
System Red Green Blue C M Y K H S L
Decimal 113 23 139 0.19 0.83 0 0.45 286.55 0.72 0.32
Hex 71 17 8B 13 53 0 2D 11F 48 20
Octal 161 27 213 23 123 0 55 437 110 40
Binary 1110001 10111 10001011 10011 1010011 0 101101 100011111 1001000 100000

Color Harmonies of #71178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71178B

Black with #71178B

Text Example


Text Example

White with #71178B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71178B; }

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

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

background-color css

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

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

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

border-color css

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

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

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