Html Css Color HEX #71357C Eminence

📋 copy color: '#71357C'

red 113 ◦ green 53 ◦ blue 124

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

Shades of Eminence #71357C

Tints of Eminence #71357C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.76%

R = 38.97%
G = 18.28%
B = 42.76%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71357C (or 0x71357C) is known color: Eminence. HEX triplet: 71, 35 and 7C. RGB value is (113,53,124). Sum of RGB (Red+Green+Blue) = 113+53+124=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #71357C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71357C is #8ECA83. Grayscale: #4E4E4E. Windows color (decimal): -9357956 or 8140145. OLE color: 8140145.

HSL color Cylindrical-coordinate representation of color #71357C: hue angle of 290.7º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71357C is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 53 124 -
CMYK 0.09 0.57 0 0.51
HSL 290.7º 0.4% 0.35% -
HSV(B) 290.7º 0.57% 0.49% -
XYZ 11.72 7.51 19.9 -
YUV 79.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 113 53 124 0.09 0.57 0 0.51 290.7 0.4 0.35
Hex 71 35 7C 9 39 0 33 123 28 23
Octal 161 65 174 11 71 0 63 443 50 43
Binary 1110001 110101 1111100 1001 111001 0 110011 100100011 101000 100011

Color Harmonies of #71357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71357C

Black with #71357C

Text Example


Text Example

White with #71357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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