#69317C

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

Shades of Eminence #69317C

Tints of Eminence #69317C

Color information

#69317C (or 0x69317C) is unknown color: approx Eminence. HEX triplet: 69, 31 and 7C. RGB value is (105,49,124). Sum of RGB (Red+Green+Blue) = 105+49+124=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #69317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69317C is #96CE83. Grayscale: #4A4A4A. Windows color (decimal): -9883268 or 8139113. OLE color: 8139113.

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

Color convert

RGB10549124-
CMYK0.150.6000.51
HSL284.8º43.35%33.92%-
HSV(B)284.8º60.48%48.63%-
XYZ10.566.6619.8-
YUV74.29156.05149.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.77%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 124 (48.83% from 255) = 44.60%
R=37.77%
G=17.63%
B=44.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105491240.150.6000.51284.843.3533.92
Hex69317CF3C03311d2b22
Octal1516117417740634355342
Binary1101001110001111110011111111000110011100011101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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