Html Css Color HEX #71357F Eminence

📋 copy color: '#71357F'

red 113 ◦ green 53 ◦ blue 127

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

Shades of Eminence #71357F

Tints of Eminence #71357F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

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

R = 38.57%
G = 18.09%
B = 43.34%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71357F (or 0x71357F) is known color: Eminence. HEX triplet: 71, 35 and 7F. RGB value is (113,53,127). Sum of RGB (Red+Green+Blue) = 113+53+127=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #71357F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71357F is #8ECA80. Grayscale: #4F4F4F. Windows color (decimal): -9357953 or 8336753. OLE color: 8336753.

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

Color convert

RGB 113 53 127 -
CMYK 0.11 0.58 0 0.50
HSL 288.65º 0.41% 0.35% -
HSV(B) 288.65º 0.58% 0.5% -
XYZ 11.91 7.59 20.92 -
YUV 79.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 113 53 127 0.11 0.58 0 0.50 288.65 0.41 0.35
Hex 71 35 7F B 3A 0 32 121 29 23
Octal 161 65 177 13 72 0 62 441 51 43
Binary 1110001 110101 1111111 1011 111010 0 110010 100100001 101001 100011

Color Harmonies of #71357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71357F

Black with #71357F

Text Example


Text Example

White with #71357F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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