Html Css Color HEX #71366F Eminence

📋 copy color: '#71366F'

red 113 ◦ green 54 ◦ blue 111

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

Shades of Eminence #71366F

Tints of Eminence #71366F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.42%

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

R = 40.65%
G = 19.42%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71366F (or 0x71366F) is known color: Eminence. HEX triplet: 71, 36 and 6F. RGB value is (113,54,111). Sum of RGB (Red+Green+Blue) = 113+54+111=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #71366F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71366F is #8EC990. Grayscale: #4D4D4D. Windows color (decimal): -9357713 or 7288433. OLE color: 7288433.

HSL color Cylindrical-coordinate representation of color #71366F: hue angle of 302.03º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71366F is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 54 111 -
CMYK 0 0.52 0.02 0.56
HSL 302.03º 0.35% 0.33% -
HSV(B) 302.03º 0.52% 0.44% -
XYZ 11 7.3 15.87 -
YUV 78.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 113 54 111 0 0.52 0.02 0.56 302.03 0.35 0.33
Hex 71 36 6F 0 34 2 38 12E 23 21
Octal 161 66 157 0 64 2 70 456 43 41
Binary 1110001 110110 1101111 0 110100 10 111000 100101110 100011 100001

Color Harmonies of #71366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71366F

Black with #71366F

Text Example


Text Example

White with #71366F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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