Html Css Color HEX #71417F Eminence

📋 copy color: '#71417F'

red 113 ◦ green 65 ◦ blue 127

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

Shades of Eminence #71417F

Tints of Eminence #71417F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.31%

 BLUE value IS 127 (50% from 255) = 41.64%

R = 37.05%
G = 21.31%
B = 41.64%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71417F (or 0x71417F) is known color: Eminence. HEX triplet: 71, 41 and 7F. RGB value is (113,65,127). Sum of RGB (Red+Green+Blue) = 113+65+127=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #71417F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71417F is #8EBE80. Grayscale: #565656. Windows color (decimal): -9354881 or 8339825. OLE color: 8339825.

HSL color Cylindrical-coordinate representation of color #71417F: hue angle of 286.45º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71417F is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 65 127 -
CMYK 0.11 0.49 0 0.50
HSL 286.45º 0.32% 0.38% -
HSV(B) 286.45º 0.49% 0.5% -
XYZ 12.53 8.82 21.12 -
YUV 86.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 113 65 127 0.11 0.49 0 0.50 286.45 0.32 0.38
Hex 71 41 7F B 31 0 32 11E 20 26
Octal 161 101 177 13 61 0 62 436 40 46
Binary 1110001 1000001 1111111 1011 110001 0 110010 100011110 100000 100110

Color Harmonies of #71417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71417F

Black with #71417F

Text Example


Text Example

White with #71417F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,65,127); }

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

background-color css

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

 a { background-color: rgb(113,65,127); }

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

border-color css

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

 span { border-color: rgb(113,65,127); }

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