Html Css Color HEX #71487A Eminence

📋 copy color: '#71487A'

red 113 ◦ green 72 ◦ blue 122

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

Shades of Eminence #71487A

Tints of Eminence #71487A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.45%

 BLUE value IS 122 (48.05% from 255) = 39.74%

R = 36.81%
G = 23.45%
B = 39.74%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71487A (or 0x71487A) is known color: Eminence. HEX triplet: 71, 48 and 7A. RGB value is (113,72,122). Sum of RGB (Red+Green+Blue) = 113+72+122=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #71487A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71487A is #8EB785. Grayscale: #595959. Windows color (decimal): -9353094 or 8013937. OLE color: 8013937.

HSL color Cylindrical-coordinate representation of color #71487A: hue angle of 289.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71487A is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 72 122 -
CMYK 0.07 0.41 0 0.52
HSL 289.2º 0.26% 0.38% -
HSV(B) 289.2º 0.41% 0.48% -
XYZ 12.64 9.55 19.59 -
YUV 89.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 113 72 122 0.07 0.41 0 0.52 289.2 0.26 0.38
Hex 71 48 7A 7 29 0 34 121 1A 26
Octal 161 110 172 7 51 0 64 441 32 46
Binary 1110001 1001000 1111010 111 101001 0 110100 100100001 11010 100110

Color Harmonies of #71487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71487A

Black with #71487A

Text Example


Text Example

White with #71487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71487A; }

 p { color: rgb(113,72,122); }

 H1.HeaderClassName
 {
   color: #71487A;
 }
 .AnyTagClassName
 {
   color: #71487A;
 }
</style>

background-color css

<style>
 a { background-color: #71487A; }

 a { background-color: rgb(113,72,122); }

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

border-color css

<style>
 span { border-color: #71487A; }

 span { border-color: rgb(113,72,122); }

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