Html Css Color HEX #71407C Eminence

📋 copy color: '#71407C'

red 113 ◦ green 64 ◦ blue 124

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

Shades of Eminence #71407C

Tints of Eminence #71407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

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

R = 37.54%
G = 21.26%
B = 41.2%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71407C (or 0x71407C) is known color: Eminence. HEX triplet: 71, 40 and 7C. RGB value is (113,64,124). Sum of RGB (Red+Green+Blue) = 113+64+124=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #71407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71407C is #8EBF83. Grayscale: #555555. Windows color (decimal): -9355140 or 8142961. OLE color: 8142961.

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

Color convert

RGB 113 64 124 -
CMYK 0.09 0.48 0 0.51
HSL 289º 0.32% 0.37% -
HSV(B) 289º 0.48% 0.49% -
XYZ 12.28 8.63 20.09 -
YUV 85.49 149.73 147.62 -
System Red Green Blue C M Y K H S L
Decimal 113 64 124 0.09 0.48 0 0.51 289 0.32 0.37
Hex 71 40 7C 9 30 0 33 121 20 25
Octal 161 100 174 11 60 0 63 441 40 45
Binary 1110001 1000000 1111100 1001 110000 0 110011 100100001 100000 100101

Color Harmonies of #71407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71407C

Black with #71407C

Text Example


Text Example

White with #71407C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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