Html Css Color HEX #71446E Eminence

📋 copy color: '#71446E'

red 113 ◦ green 68 ◦ blue 110

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

Shades of Eminence #71446E

Tints of Eminence #71446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.8%

R = 38.83%
G = 23.37%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71446E (or 0x71446E) is known color: Eminence. HEX triplet: 71, 44 and 6E. RGB value is (113,68,110). Sum of RGB (Red+Green+Blue) = 113+68+110=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #71446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71446E is #8EBB91. Grayscale: #565656. Windows color (decimal): -9354130 or 7226481. OLE color: 7226481.

HSL color Cylindrical-coordinate representation of color #71446E: hue angle of 304º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71446E is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 110 -
CMYK 0 0.40 0.03 0.56
HSL 304º 0.25% 0.35% -
HSV(B) 304º 0.4% 0.44% -
XYZ 11.69 8.77 15.83 -
YUV 86.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 113 68 110 0 0.40 0.03 0.56 304 0.25 0.35
Hex 71 44 6E 0 28 3 38 130 19 23
Octal 161 104 156 0 50 3 70 460 31 43
Binary 1110001 1000100 1101110 0 101000 11 111000 100110000 11001 100011

Color Harmonies of #71446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71446E

Black with #71446E

Text Example


Text Example

White with #71446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71446E; }

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

 H1.HeaderClassName
 {
   color: #71446E;
 }
 .AnyTagClassName
 {
   color: #71446E;
 }
</style>

background-color css

<style>
 a { background-color: #71446E; }

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

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

border-color css

<style>
 span { border-color: #71446E; }

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

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