#6F3475

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

Shades of Eminence #6F3475

Tints of Eminence #6F3475

Color information

#6F3475 (or 0x6F3475) is unknown color: approx Eminence. HEX triplet: 6F, 34 and 75. RGB value is (111,52,117). Sum of RGB (Red+Green+Blue) = 111+52+117=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F3475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3475 is #90CB8A. Grayscale: #4C4C4C. Windows color (decimal): -9489291 or 7681135. OLE color: 7681135.

HSL color Cylindrical-coordinate representation of color #6F3475: hue angle of 294.46º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F3475 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11152117-
CMYK0.050.5600.54
HSL294.46º38.46%33.14%-
HSV(B)294.46º55.56%45.88%-
XYZ10.997.1217.62-
YUV77.05150.55152.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.64%
GREEN value IS 52 (20.70% from 255) = 18.57%
BLUE value IS 117 (46.09% from 255) = 41.79%
R=39.64%
G=18.57%
B=41.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111521170.050.5600.54294.4638.4633.14
Hex6F34755380361262621
Octal157641655700664464641
Binary110111111010011101011011110000110110100100110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F3475; }

 p { color: rgb(111,52,117); }

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

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

 a { background-color: rgb(111,52,117); }

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

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

 span { border-color: rgb(111,52,117); }

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