Html Css Color HEX #713277 Eminence

📋 copy color: '#713277'

red 113 ◦ green 50 ◦ blue 119

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

Shades of Eminence #713277

Tints of Eminence #713277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.73%

 BLUE value IS 119 (46.88% from 255) = 42.2%

R = 40.07%
G = 17.73%
B = 42.2%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#713277 (or 0x713277) is known color: Eminence. HEX triplet: 71, 32 and 77. RGB value is (113,50,119). Sum of RGB (Red+Green+Blue) = 113+50+119=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #713277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713277 is #8ECD88. Grayscale: #4C4C4C. Windows color (decimal): -9358729 or 7811697. OLE color: 7811697.

HSL color Cylindrical-coordinate representation of color #713277: hue angle of 294.78º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713277 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 50 119 -
CMYK 0.05 0.58 0 0.53
HSL 294.78º 0.41% 0.33% -
HSV(B) 294.78º 0.58% 0.47% -
XYZ 11.28 7.12 18.23 -
YUV 76.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 113 50 119 0.05 0.58 0 0.53 294.78 0.41 0.33
Hex 71 32 77 5 3A 0 35 127 29 21
Octal 161 62 167 5 72 0 65 447 51 41
Binary 1110001 110010 1110111 101 111010 0 110101 100100111 101001 100001

Color Harmonies of #713277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713277

Black with #713277

Text Example


Text Example

White with #713277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713277; }

 p { color: rgb(113,50,119); }

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

background-color css

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

 a { background-color: rgb(113,50,119); }

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

border-color css

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

 span { border-color: rgb(113,50,119); }

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