Html Css Color HEX #713578 Eminence

📋 copy color: '#713578'

red 113 ◦ green 53 ◦ blue 120

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

Shades of Eminence #713578

Tints of Eminence #713578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.96%

R = 39.51%
G = 18.53%
B = 41.96%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#713578 (or 0x713578) is known color: Eminence. HEX triplet: 71, 35 and 78. RGB value is (113,53,120). Sum of RGB (Red+Green+Blue) = 113+53+120=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #713578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713578 is #8ECA87. Grayscale: #4E4E4E. Windows color (decimal): -9357960 or 7878001. OLE color: 7878001.

HSL color Cylindrical-coordinate representation of color #713578: hue angle of 293.73º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #713578 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 53 120 -
CMYK 0.06 0.56 0 0.53
HSL 293.73º 0.39% 0.34% -
HSV(B) 293.73º 0.56% 0.47% -
XYZ 11.47 7.41 18.6 -
YUV 78.58 151.38 152.55 -
System Red Green Blue C M Y K H S L
Decimal 113 53 120 0.06 0.56 0 0.53 293.73 0.39 0.34
Hex 71 35 78 6 38 0 35 126 27 22
Octal 161 65 170 6 70 0 65 446 47 42
Binary 1110001 110101 1111000 110 111000 0 110101 100100110 100111 100010

Color Harmonies of #713578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713578

Black with #713578

Text Example


Text Example

White with #713578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713578; }

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

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

background-color css

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

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

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

border-color css

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

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

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