#69317D

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

Shades of Eminence #69317D

Tints of Eminence #69317D

Color information

#69317D (or 0x69317D) is unknown color: approx Eminence. HEX triplet: 69, 31 and 7D. RGB value is (105,49,125). Sum of RGB (Red+Green+Blue) = 105+49+125=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #69317D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69317D is #96CE82. Grayscale: #4A4A4A. Windows color (decimal): -9883267 or 8204649. OLE color: 8204649.

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

Color convert

RGB10549125-
CMYK0.160.6100.51
HSL284.21º43.68%34.12%-
HSV(B)284.21º60.8%49.02%-
XYZ10.636.6820.13-
YUV74.41156.55149.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 49 (19.53% from 255) = 17.56%
BLUE value IS 125 (49.22% from 255) = 44.80%
R=37.63%
G=17.56%
B=44.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105491250.160.6100.51284.2143.6834.12
Hex69317D103D03311c2c22
Octal1516117520750634345442
Binary11010011100011111101100001111010110011100011100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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