Html Css Color HEX #71187D Purple

📋 copy color: '#71187D'

red 113 ◦ green 24 ◦ blue 125

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

Shades of Purple #71187D

Tints of Purple #71187D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.71%

R = 43.13%
G = 9.16%
B = 47.71%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71187D (or 0x71187D) is known color: Purple. HEX triplet: 71, 18 and 7D. RGB value is (113,24,125). Sum of RGB (Red+Green+Blue) = 113+24+125=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #71187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71187D is #8EE782. Grayscale: #3D3D3D. Windows color (decimal): -9365379 or 8198257. OLE color: 8198257.

HSL color Cylindrical-coordinate representation of color #71187D: hue angle of 292.87º degrees, saturation: 0.68, 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 #71187D is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 24 125 -
CMYK 0.10 0.81 0 0.51
HSL 292.87º 0.68% 0.29% -
HSV(B) 292.87º 0.81% 0.49% -
XYZ 10.84 5.64 19.92 -
YUV 62.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 113 24 125 0.10 0.81 0 0.51 292.87 0.68 0.29
Hex 71 18 7D A 51 0 33 125 44 1D
Octal 161 30 175 12 121 0 63 445 104 35
Binary 1110001 11000 1111101 1010 1010001 0 110011 100100101 1000100 11101

Color Harmonies of #71187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71187D

Black with #71187D

Text Example


Text Example

White with #71187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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