Html Css Color HEX #71367B Eminence

📋 copy color: '#71367B'

red 113 ◦ green 54 ◦ blue 123

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

Shades of Eminence #71367B

Tints of Eminence #71367B

RGB

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

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

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

R = 38.97%
G = 18.62%
B = 42.41%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71367B (or 0x71367B) is known color: Eminence. HEX triplet: 71, 36 and 7B. RGB value is (113,54,123). Sum of RGB (Red+Green+Blue) = 113+54+123=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 123 - color contains mainly: blue. Hex color #71367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71367B is #8EC984. Grayscale: #4F4F4F. Windows color (decimal): -9357701 or 8074865. OLE color: 8074865.

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

Color convert

RGB 113 54 123 -
CMYK 0.08 0.56 0 0.52
HSL 291.3º 0.39% 0.35% -
HSV(B) 291.3º 0.56% 0.48% -
XYZ 11.7 7.58 19.58 -
YUV 79.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 113 54 123 0.08 0.56 0 0.52 291.3 0.39 0.35
Hex 71 36 7B 8 38 0 34 123 27 23
Octal 161 66 173 10 70 0 64 443 47 43
Binary 1110001 110110 1111011 1000 111000 0 110100 100100011 100111 100011

Color Harmonies of #71367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71367B

Black with #71367B

Text Example


Text Example

White with #71367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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