#69397A

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

Shades of Eminence #69397A

Tints of Eminence #69397A

Color information

#69397A (or 0x69397A) is unknown color: approx Eminence. HEX triplet: 69, 39 and 7A. RGB value is (105,57,122). Sum of RGB (Red+Green+Blue) = 105+57+122=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #69397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69397A is #96C685. Grayscale: #4E4E4E. Windows color (decimal): -9881222 or 8010089. OLE color: 8010089.

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

Color convert

RGB10557122-
CMYK0.140.5300.52
HSL284.31º36.31%35.1%-
HSV(B)284.31º53.28%47.84%-
XYZ10.87.3319.26-
YUV78.76152.4146.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 57 (22.66% from 255) = 20.07%
BLUE value IS 122 (48.05% from 255) = 42.96%
R=36.97%
G=20.07%
B=42.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105571220.140.5300.52284.3136.3135.1
Hex69397AE3503411c2423
Octal1517117216650644344443
Binary1101001111001111101011101101010110100100011100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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