#723F7A

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

Shades of Eminence #723F7A

Tints of Eminence #723F7A

Color information

#723F7A (or 0x723F7A) is unknown color: approx Eminence. HEX triplet: 72, 3F and 7A. RGB value is (114,63,122). Sum of RGB (Red+Green+Blue) = 114+63+122=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #723F7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723F7A is #8DC085. Grayscale: #545454. Windows color (decimal): -9289862 or 8011634. OLE color: 8011634.

HSL color Cylindrical-coordinate representation of color #723F7A: hue angle of 291.86º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #723F7A is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11463122-
CMYK0.070.4800.52
HSL291.86º31.89%36.27%-
HSV(B)291.86º48.36%47.84%-
XYZ12.238.5419.42-
YUV84.98148.9148.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 63 (25% from 255) = 21.07%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=38.13%
G=21.07%
B=40.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114631220.070.4800.52291.8631.8936.27
Hex723F7A7300341242024
Octal162771727600644444044
Binary111001011111111110101111100000110100100100100100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723F7A; }

 p { color: rgb(114,63,122); }

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

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

 a { background-color: rgb(114,63,122); }

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

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

 span { border-color: rgb(114,63,122); }

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