Html Css Color HEX #71446A Eminence

📋 copy color: '#71446A'

red 113 ◦ green 68 ◦ blue 106

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

Shades of Eminence #71446A

Tints of Eminence #71446A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.93%

R = 39.37%
G = 23.69%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71446A (or 0x71446A) is known color: Eminence. HEX triplet: 71, 44 and 6A. RGB value is (113,68,106). Sum of RGB (Red+Green+Blue) = 113+68+106=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #71446A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71446A is #8EBB95. Grayscale: #555555. Windows color (decimal): -9354134 or 6964337. OLE color: 6964337.

HSL color Cylindrical-coordinate representation of color #71446A: hue angle of 309.33º 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 #71446A is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 106 -
CMYK 0 0.40 0.06 0.56
HSL 309.33º 0.25% 0.35% -
HSV(B) 309.33º 0.4% 0.44% -
XYZ 11.48 8.69 14.71 -
YUV 85.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 113 68 106 0 0.40 0.06 0.56 309.33 0.25 0.35
Hex 71 44 6A 0 28 6 38 135 19 23
Octal 161 104 152 0 50 6 70 465 31 43
Binary 1110001 1000100 1101010 0 101000 110 111000 100110101 11001 100011

Color Harmonies of #71446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71446A

Black with #71446A

Text Example


Text Example

White with #71446A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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