#693481

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

Shades of Eminence #693481

Tints of Eminence #693481

Color information

#693481 (or 0x693481) is unknown color: approx Eminence. HEX triplet: 69, 34 and 81. RGB value is (105,52,129). Sum of RGB (Red+Green+Blue) = 105+52+129=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #693481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693481 is #96CB7E. Grayscale: #4C4C4C. Windows color (decimal): -9882495 or 8467561. OLE color: 8467561.

HSL color Cylindrical-coordinate representation of color #693481: hue angle of 281.3º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #693481 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10552129-
CMYK0.190.6000.49
HSL281.3º42.54%35.49%-
HSV(B)281.3º59.69%50.59%-
XYZ11.027.0421.55-
YUV76.62157.56148.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 52 (20.70% from 255) = 18.18%
BLUE value IS 129 (50.78% from 255) = 45.10%
R=36.71%
G=18.18%
B=45.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105521290.190.6000.49281.342.5435.49
Hex693481133C0311192b23
Octal1516420123740614315343
Binary110100111010010000001100111111000110001100011001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693481; }

 p { color: rgb(105,52,129); }

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

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

 a { background-color: rgb(105,52,129); }

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

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

 span { border-color: rgb(105,52,129); }

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