#69357B

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

Shades of Eminence #69357B

Tints of Eminence #69357B

Color information

#69357B (or 0x69357B) is unknown color: approx Eminence. HEX triplet: 69, 35 and 7B. RGB value is (105,53,123). Sum of RGB (Red+Green+Blue) = 105+53+123=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #69357B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69357B is #96CA84. Grayscale: #4C4C4C. Windows color (decimal): -9882245 or 8074601. OLE color: 8074601.

HSL color Cylindrical-coordinate representation of color #69357B: hue angle of 284.57º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69357B is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10553123-
CMYK0.150.5700.52
HSL284.57º39.77%34.51%-
HSV(B)284.57º56.91%48.24%-
XYZ10.676.9819.52-
YUV76.53154.23148.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.37%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 123 (48.44% from 255) = 43.77%
R=37.37%
G=18.86%
B=43.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105531230.150.5700.52284.5739.7734.51
Hex69357BF3903411d2823
Octal1516517317710644355043
Binary1101001110101111101111111110010110100100011101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69357B; }

 p { color: rgb(105,53,123); }

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

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

 a { background-color: rgb(105,53,123); }

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

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

 span { border-color: rgb(105,53,123); }

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