Html Css Color HEX #71446D Eminence

📋 copy color: '#71446D'

red 113 ◦ green 68 ◦ blue 109

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

Shades of Eminence #71446D

Tints of Eminence #71446D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 38.97%
G = 23.45%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71446D (or 0x71446D) is known color: Eminence. HEX triplet: 71, 44 and 6D. RGB value is (113,68,109). Sum of RGB (Red+Green+Blue) = 113+68+109=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #71446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71446D is #8EBB92. Grayscale: #565656. Windows color (decimal): -9354131 or 7160945. OLE color: 7160945.

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

Color convert

RGB 113 68 109 -
CMYK 0 0.40 0.04 0.56
HSL 305.33º 0.25% 0.35% -
HSV(B) 305.33º 0.4% 0.44% -
XYZ 11.64 8.75 15.54 -
YUV 86.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 113 68 109 0 0.40 0.04 0.56 305.33 0.25 0.35
Hex 71 44 6D 0 28 4 38 131 19 23
Octal 161 104 155 0 50 4 70 461 31 43
Binary 1110001 1000100 1101101 0 101000 100 111000 100110001 11001 100011

Color Harmonies of #71446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71446D

Black with #71446D

Text Example


Text Example

White with #71446D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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