Html Css Color HEX #713282 Eminence

📋 copy color: '#713282'

red 113 ◦ green 50 ◦ blue 130

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

Shades of Eminence #713282

Tints of Eminence #713282

RGB

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

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

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

R = 38.57%
G = 17.06%
B = 44.37%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#713282 (or 0x713282) is known color: Eminence. HEX triplet: 71, 32 and 82. RGB value is (113,50,130). Sum of RGB (Red+Green+Blue) = 113+50+130=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #713282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713282 is #8ECD7D. Grayscale: #4D4D4D. Windows color (decimal): -9358718 or 8532593. OLE color: 8532593.

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

Color convert

RGB 113 50 130 -
CMYK 0.13 0.62 0 0.49
HSL 287.25º 0.44% 0.35% -
HSV(B) 287.25º 0.62% 0.51% -
XYZ 11.98 7.4 21.92 -
YUV 77.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 113 50 130 0.13 0.62 0 0.49 287.25 0.44 0.35
Hex 71 32 82 D 3E 0 31 11F 2C 23
Octal 161 62 202 15 76 0 61 437 54 43
Binary 1110001 110010 10000010 1101 111110 0 110001 100011111 101100 100011

Color Harmonies of #713282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713282

Black with #713282

Text Example


Text Example

White with #713282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713282; }

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

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

background-color css

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

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

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

border-color css

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

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

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