Html Css Color HEX #71446F Eminence

📋 copy color: '#71446F'

red 113 ◦ green 68 ◦ blue 111

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

Shades of Eminence #71446F

Tints of Eminence #71446F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.01%

R = 38.7%
G = 23.29%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71446F (or 0x71446F) is known color: Eminence. HEX triplet: 71, 44 and 6F. RGB value is (113,68,111). Sum of RGB (Red+Green+Blue) = 113+68+111=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #71446F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71446F is #8EBB90. Grayscale: #565656. Windows color (decimal): -9354129 or 7292017. OLE color: 7292017.

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

Color convert

RGB 113 68 111 -
CMYK 0 0.40 0.02 0.56
HSL 302.67º 0.25% 0.35% -
HSV(B) 302.67º 0.4% 0.44% -
XYZ 11.75 8.79 16.12 -
YUV 86.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 113 68 111 0 0.40 0.02 0.56 302.67 0.25 0.35
Hex 71 44 6F 0 28 2 38 12F 19 23
Octal 161 104 157 0 50 2 70 457 31 43
Binary 1110001 1000100 1101111 0 101000 10 111000 100101111 11001 100011

Color Harmonies of #71446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71446F

Black with #71446F

Text Example


Text Example

White with #71446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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