Html Css Color HEX #71187F Purple

📋 copy color: '#71187F'

red 113 ◦ green 24 ◦ blue 127

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

Shades of Purple #71187F

Tints of Purple #71187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.09%

 BLUE value IS 127 (50% from 255) = 48.11%

R = 42.8%
G = 9.09%
B = 48.11%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71187F (or 0x71187F) is known color: Purple. HEX triplet: 71, 18 and 7F. RGB value is (113,24,127). Sum of RGB (Red+Green+Blue) = 113+24+127=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #71187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71187F is #8EE780. Grayscale: #3E3E3E. Windows color (decimal): -9365377 or 8329329. OLE color: 8329329.

HSL color Cylindrical-coordinate representation of color #71187F: hue angle of 291.84º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71187F is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 24 127 -
CMYK 0.11 0.81 0 0.50
HSL 291.84º 0.68% 0.3% -
HSV(B) 291.84º 0.81% 0.5% -
XYZ 10.97 5.7 20.6 -
YUV 62.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 113 24 127 0.11 0.81 0 0.50 291.84 0.68 0.3
Hex 71 18 7F B 51 0 32 124 44 1E
Octal 161 30 177 13 121 0 62 444 104 36
Binary 1110001 11000 1111111 1011 1010001 0 110010 100100100 1000100 11110

Color Harmonies of #71187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71187F

Black with #71187F

Text Example


Text Example

White with #71187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71187F; }

 p { color: rgb(113,24,127); }

 H1.HeaderClassName
 {
   color: #71187F;
 }
 .AnyTagClassName
 {
   color: #71187F;
 }
</style>

background-color css

<style>
 a { background-color: #71187F; }

 a { background-color: rgb(113,24,127); }

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

border-color css

<style>
 span { border-color: #71187F; }

 span { border-color: rgb(113,24,127); }

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