Html Css Color HEX #713982 Eminence

📋 copy color: '#713982'

red 113 ◦ green 57 ◦ blue 130

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

Shades of Eminence #713982

Tints of Eminence #713982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19%

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

R = 37.67%
G = 19%
B = 43.33%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#713982 (or 0x713982) is known color: Eminence. HEX triplet: 71, 39 and 82. RGB value is (113,57,130). Sum of RGB (Red+Green+Blue) = 113+57+130=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #713982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713982 is #8EC67D. Grayscale: #515151. Windows color (decimal): -9356926 or 8534385. OLE color: 8534385.

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

Color convert

RGB 113 57 130 -
CMYK 0.13 0.56 0 0.49
HSL 286.03º 0.39% 0.37% -
HSV(B) 286.03º 0.56% 0.51% -
XYZ 12.3 8.05 22.02 -
YUV 82.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 113 57 130 0.13 0.56 0 0.49 286.03 0.39 0.37
Hex 71 39 82 D 38 0 31 11E 27 25
Octal 161 71 202 15 70 0 61 436 47 45
Binary 1110001 111001 10000010 1101 111000 0 110001 100011110 100111 100101

Color Harmonies of #713982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713982

Black with #713982

Text Example


Text Example

White with #713982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713982; }

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

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

background-color css

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

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

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

border-color css

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

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

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