Html Css Color HEX #713878 Eminence

📋 copy color: '#713878'

red 113 ◦ green 56 ◦ blue 120

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

Shades of Eminence #713878

Tints of Eminence #713878

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.38%

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

R = 39.1%
G = 19.38%
B = 41.52%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#713878 (or 0x713878) is known color: Eminence. HEX triplet: 71, 38 and 78. RGB value is (113,56,120). Sum of RGB (Red+Green+Blue) = 113+56+120=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 120 - color contains mainly: blue. Hex color #713878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713878 is #8EC787. Grayscale: #505050. Windows color (decimal): -9357192 or 7878769. OLE color: 7878769.

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

Color convert

RGB 113 56 120 -
CMYK 0.06 0.53 0 0.53
HSL 293.44º 0.36% 0.35% -
HSV(B) 293.44º 0.53% 0.47% -
XYZ 11.61 7.7 18.64 -
YUV 80.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 113 56 120 0.06 0.53 0 0.53 293.44 0.36 0.35
Hex 71 38 78 6 35 0 35 125 24 23
Octal 161 70 170 6 65 0 65 445 44 43
Binary 1110001 111000 1111000 110 110101 0 110101 100100101 100100 100011

Color Harmonies of #713878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713878

Black with #713878

Text Example


Text Example

White with #713878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713878; }

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

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

background-color css

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

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

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

border-color css

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

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

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