Html Css Color HEX #71137C Purple

📋 copy color: '#71137C'

red 113 ◦ green 19 ◦ blue 124

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

Shades of Purple #71137C

Tints of Purple #71137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.42%

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 44.14%
G = 7.42%
B = 48.44%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71137C (or 0x71137C) is known color: Purple. HEX triplet: 71, 13 and 7C. RGB value is (113,19,124). Sum of RGB (Red+Green+Blue) = 113+19+124=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #71137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71137C is #8EEC83. Grayscale: #3A3A3A. Windows color (decimal): -9366660 or 8131441. OLE color: 8131441.

HSL color Cylindrical-coordinate representation of color #71137C: hue angle of 293.71º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71137C is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 19 124 -
CMYK 0.09 0.85 0 0.51
HSL 293.71º 0.73% 0.28% -
HSV(B) 293.71º 0.85% 0.49% -
XYZ 10.68 5.43 19.55 -
YUV 59.08 164.64 166.46 -
System Red Green Blue C M Y K H S L
Decimal 113 19 124 0.09 0.85 0 0.51 293.71 0.73 0.28
Hex 71 13 7C 9 55 0 33 126 49 1C
Octal 161 23 174 11 125 0 63 446 111 34
Binary 1110001 10011 1111100 1001 1010101 0 110011 100100110 1001001 11100

Color Harmonies of #71137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71137C

Black with #71137C

Text Example


Text Example

White with #71137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,19,124); }

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

background-color css

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

 a { background-color: rgb(113,19,124); }

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

border-color css

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

 span { border-color: rgb(113,19,124); }

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