Html Css Color HEX #71377B Eminence

📋 copy color: '#71377B'

red 113 ◦ green 55 ◦ blue 123

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

Shades of Eminence #71377B

Tints of Eminence #71377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.9%

 BLUE value IS 123 (48.44% from 255) = 42.27%

R = 38.83%
G = 18.9%
B = 42.27%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71377B (or 0x71377B) is known color: Eminence. HEX triplet: 71, 37 and 7B. RGB value is (113,55,123). Sum of RGB (Red+Green+Blue) = 113+55+123=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 123 - color contains mainly: blue. Hex color #71377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71377B is #8EC884. Grayscale: #4F4F4F. Windows color (decimal): -9357445 or 8075121. OLE color: 8075121.

HSL color Cylindrical-coordinate representation of color #71377B: hue angle of 291.18º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71377B is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 55 123 -
CMYK 0.08 0.55 0 0.52
HSL 291.18º 0.38% 0.35% -
HSV(B) 291.18º 0.55% 0.48% -
XYZ 11.75 7.67 19.6 -
YUV 80.09 152.22 151.47 -
System Red Green Blue C M Y K H S L
Decimal 113 55 123 0.08 0.55 0 0.52 291.18 0.38 0.35
Hex 71 37 7B 8 37 0 34 123 26 23
Octal 161 67 173 10 67 0 64 443 46 43
Binary 1110001 110111 1111011 1000 110111 0 110100 100100011 100110 100011

Color Harmonies of #71377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71377B

Black with #71377B

Text Example


Text Example

White with #71377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71377B; }

 p { color: rgb(113,55,123); }

 H1.HeaderClassName
 {
   color: #71377B;
 }
 .AnyTagClassName
 {
   color: #71377B;
 }
</style>

background-color css

<style>
 a { background-color: #71377B; }

 a { background-color: rgb(113,55,123); }

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

border-color css

<style>
 span { border-color: #71377B; }

 span { border-color: rgb(113,55,123); }

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