Html Css Color HEX #71118C Purple

📋 copy color: '#71118C'

red 113 ◦ green 17 ◦ blue 140

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

Shades of Purple #71118C

Tints of Purple #71118C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.85%

R = 41.85%
G = 6.3%
B = 51.85%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71118C (or 0x71118C) is known color: Purple. HEX triplet: 71, 11 and 8C. RGB value is (113,17,140). Sum of RGB (Red+Green+Blue) = 113+17+140=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #71118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71118C is #8EEE73. Grayscale: #3B3B3B. Windows color (decimal): -9367156 or 9179505. OLE color: 9179505.

HSL color Cylindrical-coordinate representation of color #71118C: hue angle of 286.83º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71118C is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 17 140 -
CMYK 0.19 0.88 0 0.45
HSL 286.83º 0.78% 0.31% -
HSV(B) 286.83º 0.88% 0.55% -
XYZ 11.74 5.81 25.31 -
YUV 59.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 113 17 140 0.19 0.88 0 0.45 286.83 0.78 0.31
Hex 71 11 8C 13 58 0 2D 11F 4E 1F
Octal 161 21 214 23 130 0 55 437 116 37
Binary 1110001 10001 10001100 10011 1011000 0 101101 100011111 1001110 11111

Color Harmonies of #71118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71118C

Black with #71118C

Text Example


Text Example

White with #71118C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,17,140); }

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

background-color css

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

 a { background-color: rgb(113,17,140); }

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

border-color css

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

 span { border-color: rgb(113,17,140); }

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