Html Css Color HEX #71446B Eminence

📋 copy color: '#71446B'

red 113 ◦ green 68 ◦ blue 107

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

Shades of Eminence #71446B

Tints of Eminence #71446B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.15%

R = 39.24%
G = 23.61%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71446B (or 0x71446B) is known color: Eminence. HEX triplet: 71, 44 and 6B. RGB value is (113,68,107). Sum of RGB (Red+Green+Blue) = 113+68+107=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #71446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71446B is #8EBB94. Grayscale: #555555. Windows color (decimal): -9354133 or 7029873. OLE color: 7029873.

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

Color convert

RGB 113 68 107 -
CMYK 0 0.40 0.05 0.56
HSL 308º 0.25% 0.35% -
HSV(B) 308º 0.4% 0.44% -
XYZ 11.53 8.71 14.98 -
YUV 85.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 113 68 107 0 0.40 0.05 0.56 308 0.25 0.35
Hex 71 44 6B 0 28 5 38 134 19 23
Octal 161 104 153 0 50 5 70 464 31 43
Binary 1110001 1000100 1101011 0 101000 101 111000 100110100 11001 100011

Color Harmonies of #71446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71446B

Black with #71446B

Text Example


Text Example

White with #71446B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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