Html Css Color HEX #71347F Eminence

📋 copy color: '#71347F'

red 113 ◦ green 52 ◦ blue 127

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

Shades of Eminence #71347F

Tints of Eminence #71347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.81%

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

R = 38.7%
G = 17.81%
B = 43.49%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71347F (or 0x71347F) is known color: Eminence. HEX triplet: 71, 34 and 7F. RGB value is (113,52,127). Sum of RGB (Red+Green+Blue) = 113+52+127=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #71347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71347F is #8ECB80. Grayscale: #4E4E4E. Windows color (decimal): -9358209 or 8336497. OLE color: 8336497.

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

Color convert

RGB 113 52 127 -
CMYK 0.11 0.59 0 0.50
HSL 288.8º 0.42% 0.35% -
HSV(B) 288.8º 0.59% 0.5% -
XYZ 11.87 7.5 20.9 -
YUV 78.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 113 52 127 0.11 0.59 0 0.50 288.8 0.42 0.35
Hex 71 34 7F B 3B 0 32 121 2A 23
Octal 161 64 177 13 73 0 62 441 52 43
Binary 1110001 110100 1111111 1011 111011 0 110010 100100001 101010 100011

Color Harmonies of #71347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71347F

Black with #71347F

Text Example


Text Example

White with #71347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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