Html Css Color HEX #713278 Eminence

📋 copy color: '#713278'

red 113 ◦ green 50 ◦ blue 120

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

Shades of Eminence #713278

Tints of Eminence #713278

RGB

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

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

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

R = 39.93%
G = 17.67%
B = 42.4%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#713278 (or 0x713278) is known color: Eminence. HEX triplet: 71, 32 and 78. RGB value is (113,50,120). Sum of RGB (Red+Green+Blue) = 113+50+120=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #713278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713278 is #8ECD87. Grayscale: #4C4C4C. Windows color (decimal): -9358728 or 7877233. OLE color: 7877233.

HSL color Cylindrical-coordinate representation of color #713278: hue angle of 294º 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 #713278 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 50 120 -
CMYK 0.06 0.58 0 0.53
HSL 294º 0.41% 0.33% -
HSV(B) 294º 0.58% 0.47% -
XYZ 11.34 7.15 18.55 -
YUV 76.82 152.37 153.81 -
System Red Green Blue C M Y K H S L
Decimal 113 50 120 0.06 0.58 0 0.53 294 0.41 0.33
Hex 71 32 78 6 3A 0 35 126 29 21
Octal 161 62 170 6 72 0 65 446 51 41
Binary 1110001 110010 1111000 110 111010 0 110101 100100110 101001 100001

Color Harmonies of #713278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713278

Black with #713278

Text Example


Text Example

White with #713278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713278; }

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

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

background-color css

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

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

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

border-color css

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

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

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