Html Css Color HEX #713882 Eminence

📋 copy color: '#713882'

red 113 ◦ green 56 ◦ blue 130

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

Shades of Eminence #713882

Tints of Eminence #713882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 37.79%
G = 18.73%
B = 43.48%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#713882 (or 0x713882) is known color: Eminence. HEX triplet: 71, 38 and 82. RGB value is (113,56,130). Sum of RGB (Red+Green+Blue) = 113+56+130=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #713882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713882 is #8EC77D. Grayscale: #515151. Windows color (decimal): -9357182 or 8534129. OLE color: 8534129.

HSL color Cylindrical-coordinate representation of color #713882: hue angle of 286.22º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713882 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 56 130 -
CMYK 0.13 0.57 0 0.49
HSL 286.22º 0.4% 0.36% -
HSV(B) 286.22º 0.57% 0.51% -
XYZ 12.25 7.95 22.01 -
YUV 81.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 113 56 130 0.13 0.57 0 0.49 286.22 0.4 0.36
Hex 71 38 82 D 39 0 31 11E 28 24
Octal 161 70 202 15 71 0 61 436 50 44
Binary 1110001 111000 10000010 1101 111001 0 110001 100011110 101000 100100

Color Harmonies of #713882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713882

Black with #713882

Text Example


Text Example

White with #713882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713882; }

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

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

background-color css

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

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

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

border-color css

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

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

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