Html Css Color HEX #71417A Eminence

📋 copy color: '#71417A'

red 113 ◦ green 65 ◦ blue 122

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

Shades of Eminence #71417A

Tints of Eminence #71417A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.67%

R = 37.67%
G = 21.67%
B = 40.67%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71417A (or 0x71417A) is known color: Eminence. HEX triplet: 71, 41 and 7A. RGB value is (113,65,122). Sum of RGB (Red+Green+Blue) = 113+65+122=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 122 - color contains mainly: blue. Hex color #71417A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71417A is #8EBE85. Grayscale: #555555. Windows color (decimal): -9354886 or 8012145. OLE color: 8012145.

HSL color Cylindrical-coordinate representation of color #71417A: hue angle of 290.53º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71417A is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 65 122 -
CMYK 0.07 0.47 0 0.52
HSL 290.53º 0.3% 0.37% -
HSV(B) 290.53º 0.47% 0.48% -
XYZ 12.21 8.7 19.45 -
YUV 85.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 113 65 122 0.07 0.47 0 0.52 290.53 0.3 0.37
Hex 71 41 7A 7 2F 0 34 123 1E 25
Octal 161 101 172 7 57 0 64 443 36 45
Binary 1110001 1000001 1111010 111 101111 0 110100 100100011 11110 100101

Color Harmonies of #71417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71417A

Black with #71417A

Text Example


Text Example

White with #71417A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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