Html Css Color HEX #71367F Eminence

📋 copy color: '#71367F'

red 113 ◦ green 54 ◦ blue 127

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

Shades of Eminence #71367F

Tints of Eminence #71367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.37%

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

R = 38.44%
G = 18.37%
B = 43.2%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71367F (or 0x71367F) is known color: Eminence. HEX triplet: 71, 36 and 7F. RGB value is (113,54,127). Sum of RGB (Red+Green+Blue) = 113+54+127=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #71367F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71367F is #8EC980. Grayscale: #4F4F4F. Windows color (decimal): -9357697 or 8337009. OLE color: 8337009.

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

Color convert

RGB 113 54 127 -
CMYK 0.11 0.57 0 0.50
HSL 288.49º 0.4% 0.35% -
HSV(B) 288.49º 0.57% 0.5% -
XYZ 11.96 7.68 20.93 -
YUV 79.96 154.55 151.56 -
System Red Green Blue C M Y K H S L
Decimal 113 54 127 0.11 0.57 0 0.50 288.49 0.4 0.35
Hex 71 36 7F B 39 0 32 120 28 23
Octal 161 66 177 13 71 0 62 440 50 43
Binary 1110001 110110 1111111 1011 111001 0 110010 100100000 101000 100011

Color Harmonies of #71367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71367F

Black with #71367F

Text Example


Text Example

White with #71367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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