Html Css Color HEX #71397B Eminence

📋 copy color: '#71397B'

red 113 ◦ green 57 ◦ blue 123

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

Shades of Eminence #71397B

Tints of Eminence #71397B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.45%

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

R = 38.57%
G = 19.45%
B = 41.98%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71397B (or 0x71397B) is known color: Eminence. HEX triplet: 71, 39 and 7B. RGB value is (113,57,123). Sum of RGB (Red+Green+Blue) = 113+57+123=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #71397B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71397B is #8EC684. Grayscale: #515151. Windows color (decimal): -9356933 or 8075633. OLE color: 8075633.

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

Color convert

RGB 113 57 123 -
CMYK 0.08 0.54 0 0.52
HSL 290.91º 0.37% 0.35% -
HSV(B) 290.91º 0.54% 0.48% -
XYZ 11.85 7.87 19.63 -
YUV 81.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 113 57 123 0.08 0.54 0 0.52 290.91 0.37 0.35
Hex 71 39 7B 8 36 0 34 123 25 23
Octal 161 71 173 10 66 0 64 443 45 43
Binary 1110001 111001 1111011 1000 110110 0 110100 100100011 100101 100011

Color Harmonies of #71397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71397B

Black with #71397B

Text Example


Text Example

White with #71397B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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