Html Css Color HEX #71447C Eminence

📋 copy color: '#71447C'

red 113 ◦ green 68 ◦ blue 124

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

Shades of Eminence #71447C

Tints of Eminence #71447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.3%

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

R = 37.05%
G = 22.3%
B = 40.66%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71447C (or 0x71447C) is known color: Eminence. HEX triplet: 71, 44 and 7C. RGB value is (113,68,124). Sum of RGB (Red+Green+Blue) = 113+68+124=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #71447C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71447C is #8EBB83. Grayscale: #575757. Windows color (decimal): -9354116 or 8143985. OLE color: 8143985.

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

Color convert

RGB 113 68 124 -
CMYK 0.09 0.45 0 0.51
HSL 288.21º 0.29% 0.38% -
HSV(B) 288.21º 0.45% 0.49% -
XYZ 12.52 9.1 20.17 -
YUV 87.84 148.41 145.95 -
System Red Green Blue C M Y K H S L
Decimal 113 68 124 0.09 0.45 0 0.51 288.21 0.29 0.38
Hex 71 44 7C 9 2D 0 33 120 1D 26
Octal 161 104 174 11 55 0 63 440 35 46
Binary 1110001 1000100 1111100 1001 101101 0 110011 100100000 11101 100110

Color Harmonies of #71447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71447C

Black with #71447C

Text Example


Text Example

White with #71447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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