#723982

Color #723982 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #723982

Tints of Eminence #723982

Color information

#723982 (or 0x723982) is unknown color: approx Eminence. HEX triplet: 72, 39 and 82. RGB value is (114,57,130). Sum of RGB (Red+Green+Blue) = 114+57+130=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #723982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723982 is #8DC67D. Grayscale: #525252. Windows color (decimal): -9291390 or 8534386. OLE color: 8534386.

HSL color Cylindrical-coordinate representation of color #723982: hue angle of 286.85º 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 #723982 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11457130-
CMYK0.120.5600.49
HSL286.85º39.04%36.67%-
HSV(B)286.85º56.15%50.98%-
XYZ12.438.1222.03-
YUV82.36154.88150.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=37.87%
G=18.94%
B=43.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114571300.120.5600.49286.8539.0436.67
Hex723982C3803111f2725
Octal1627120214700614374745
Binary11100101110011000001011001110000110001100011111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723982; }

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

 H1.HeaderClassName
 {
   color: #723982;
 }
 .AnyTagClassName
 {
   color: #723982;
 }
</style>
background-color css

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

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

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

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

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

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