Html Css Color HEX #713273 Eminence

📋 copy color: '#713273'

red 113 ◦ green 50 ◦ blue 115

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

Shades of Eminence #713273

Tints of Eminence #713273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.37%

R = 40.65%
G = 17.99%
B = 41.37%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#713273 (or 0x713273) is known color: Eminence. HEX triplet: 71, 32 and 73. RGB value is (113,50,115). Sum of RGB (Red+Green+Blue) = 113+50+115=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #713273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713273 is #8ECD8C. Grayscale: #4C4C4C. Windows color (decimal): -9358733 or 7549553. OLE color: 7549553.

HSL color Cylindrical-coordinate representation of color #713273: hue angle of 298.15º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713273 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 50 115 -
CMYK 0.02 0.57 0 0.55
HSL 298.15º 0.39% 0.32% -
HSV(B) 298.15º 0.57% 0.45% -
XYZ 11.05 7.03 16.99 -
YUV 76.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 113 50 115 0.02 0.57 0 0.55 298.15 0.39 0.32
Hex 71 32 73 2 39 0 37 12A 27 20
Octal 161 62 163 2 71 0 67 452 47 40
Binary 1110001 110010 1110011 10 111001 0 110111 100101010 100111 100000

Color Harmonies of #713273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713273

Black with #713273

Text Example


Text Example

White with #713273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713273; }

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

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

background-color css

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

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

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

border-color css

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

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

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