#69337D

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

Shades of Eminence #69337D

Tints of Eminence #69337D

Color information

#69337D (or 0x69337D) is unknown color: approx Eminence. HEX triplet: 69, 33 and 7D. RGB value is (105,51,125). Sum of RGB (Red+Green+Blue) = 105+51+125=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #69337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69337D is #96CC82. Grayscale: #4B4B4B. Windows color (decimal): -9882755 or 8205161. OLE color: 8205161.

HSL color Cylindrical-coordinate representation of color #69337D: hue angle of 283.78º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69337D is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10551125-
CMYK0.160.5900.51
HSL283.78º42.05%34.51%-
HSV(B)283.78º59.2%49.02%-
XYZ10.716.8520.16-
YUV75.58155.89148.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.37%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=37.37%
G=18.15%
B=44.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105511250.160.5900.51283.7842.0534.51
Hex69337D103B03311c2a23
Octal1516317520730634345243
Binary11010011100111111101100001110110110011100011100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69337D; }

 p { color: rgb(105,51,125); }

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

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

 a { background-color: rgb(105,51,125); }

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

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

 span { border-color: rgb(105,51,125); }

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