Html Css Color HEX #71446C Eminence

📋 copy color: '#71446C'

red 113 ◦ green 68 ◦ blue 108

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

Shades of Eminence #71446C

Tints of Eminence #71446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.37%

R = 39.1%
G = 23.53%
B = 37.37%

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

#71446C (or 0x71446C) is known color: Eminence. HEX triplet: 71, 44 and 6C. RGB value is (113,68,108). Sum of RGB (Red+Green+Blue) = 113+68+108=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #71446C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71446C is #8EBB93. Grayscale: #555555. Windows color (decimal): -9354132 or 7095409. OLE color: 7095409.

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

Color convert

RGB 113 68 108 -
CMYK 0 0.40 0.04 0.56
HSL 306.67º 0.25% 0.35% -
HSV(B) 306.67º 0.4% 0.44% -
XYZ 11.58 8.73 15.26 -
YUV 86.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 113 68 108 0 0.40 0.04 0.56 306.67 0.25 0.35
Hex 71 44 6C 0 28 4 38 133 19 23
Octal 161 104 154 0 50 4 70 463 31 43
Binary 1110001 1000100 1101100 0 101000 100 111000 100110011 11001 100011

Color Harmonies of #71446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71446C

Black with #71446C

Text Example


Text Example

White with #71446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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