Html Css Color HEX #71128C Purple

📋 copy color: '#71128C'

red 113 ◦ green 18 ◦ blue 140

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

Shades of Purple #71128C

Tints of Purple #71128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

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

R = 41.7%
G = 6.64%
B = 51.66%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71128C (or 0x71128C) is known color: Purple. HEX triplet: 71, 12 and 8C. RGB value is (113,18,140). Sum of RGB (Red+Green+Blue) = 113+18+140=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #71128C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71128C is #8EED73. Grayscale: #3B3B3B. Windows color (decimal): -9366900 or 9179761. OLE color: 9179761.

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

Color convert

RGB 113 18 140 -
CMYK 0.19 0.87 0 0.45
HSL 286.72º 0.77% 0.31% -
HSV(B) 286.72º 0.87% 0.55% -
XYZ 11.76 5.84 25.32 -
YUV 60.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 113 18 140 0.19 0.87 0 0.45 286.72 0.77 0.31
Hex 71 12 8C 13 57 0 2D 11F 4D 1F
Octal 161 22 214 23 127 0 55 437 115 37
Binary 1110001 10010 10001100 10011 1010111 0 101101 100011111 1001101 11111

Color Harmonies of #71128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71128C

Black with #71128C

Text Example


Text Example

White with #71128C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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