#69387A

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

Shades of Eminence #69387A

Tints of Eminence #69387A

Color information

#69387A (or 0x69387A) is unknown color: approx Eminence. HEX triplet: 69, 38 and 7A. RGB value is (105,56,122). Sum of RGB (Red+Green+Blue) = 105+56+122=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #69387A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69387A is #96C785. Grayscale: #4D4D4D. Windows color (decimal): -9881478 or 8009833. OLE color: 8009833.

HSL color Cylindrical-coordinate representation of color #69387A: hue angle of 284.55º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69387A is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10556122-
CMYK0.140.5400.52
HSL284.55º37.08%34.9%-
HSV(B)284.55º54.1%47.84%-
XYZ10.757.2419.24-
YUV78.18152.73147.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 56 (22.27% from 255) = 19.79%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=37.10%
G=19.79%
B=43.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105561220.140.5400.52284.5537.0834.9
Hex69387AE3603411d2523
Octal1517017216660644354543
Binary1101001111000111101011101101100110100100011101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69387A; }

 p { color: rgb(105,56,122); }

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

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

 a { background-color: rgb(105,56,122); }

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

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

 span { border-color: rgb(105,56,122); }

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