#69387F

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

Shades of Eminence #69387F

Tints of Eminence #69387F

Color information

#69387F (or 0x69387F) is unknown color: approx Eminence. HEX triplet: 69, 38 and 7F. RGB value is (105,56,127). Sum of RGB (Red+Green+Blue) = 105+56+127=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #69387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69387F is #96C780. Grayscale: #4E4E4E. Windows color (decimal): -9881473 or 8337513. OLE color: 8337513.

HSL color Cylindrical-coordinate representation of color #69387F: hue angle of 281.41º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69387F is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10556127-
CMYK0.170.5600.50
HSL281.41º38.8%35.88%-
HSV(B)281.41º55.91%49.8%-
XYZ11.077.3620.92-
YUV78.74155.23146.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 56 (22.27% from 255) = 19.44%
BLUE value IS 127 (50% from 255) = 44.10%
R=36.46%
G=19.44%
B=44.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105561270.170.5600.50281.4138.835.88
Hex69387F11380321192724
Octal1517017721700624314744
Binary11010011110001111111100011110000110010100011001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69387F; }

 p { color: rgb(105,56,127); }

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

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

 a { background-color: rgb(105,56,127); }

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

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

 span { border-color: rgb(105,56,127); }

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