#69307A

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

Shades of Eminence #69307A

Tints of Eminence #69307A

Color information

#69307A (or 0x69307A) is unknown color: approx Eminence. HEX triplet: 69, 30 and 7A. RGB value is (105,48,122). Sum of RGB (Red+Green+Blue) = 105+48+122=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #69307A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69307A is #96CF85. Grayscale: #494949. Windows color (decimal): -9883526 or 8007785. OLE color: 8007785.

HSL color Cylindrical-coordinate representation of color #69307A: hue angle of 286.22º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69307A is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10548122-
CMYK0.140.6100.52
HSL286.22º43.53%33.33%-
HSV(B)286.22º60.66%47.84%-
XYZ10.46.5219.12-
YUV73.48155.38150.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 122 (48.05% from 255) = 44.36%
R=38.18%
G=17.45%
B=44.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105481220.140.6100.52286.2243.5333.33
Hex69307AE3D03411e2c21
Octal1516017216750644365441
Binary1101001110000111101011101111010110100100011110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69307A; }

 p { color: rgb(105,48,122); }

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

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

 a { background-color: rgb(105,48,122); }

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

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

 span { border-color: rgb(105,48,122); }

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