#6F3083

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

Shades of Eminence #6F3083

Tints of Eminence #6F3083

Color information

#6F3083 (or 0x6F3083) is unknown color: approx Eminence. HEX triplet: 6F, 30 and 83. RGB value is (111,48,131). Sum of RGB (Red+Green+Blue) = 111+48+131=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #6F3083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3083 is #90CF7C. Grayscale: #4C4C4C. Windows color (decimal): -9490301 or 8597615. OLE color: 8597615.

HSL color Cylindrical-coordinate representation of color #6F3083: hue angle of 285.54º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F3083 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11148131-
CMYK0.150.6300.49
HSL285.54º46.37%35.1%-
HSV(B)285.54º63.36%51.37%-
XYZ11.717.1322.23-
YUV76.3158.87152.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.28%
GREEN value IS 48 (19.14% from 255) = 16.55%
BLUE value IS 131 (51.56% from 255) = 45.17%
R=38.28%
G=16.55%
B=45.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111481310.150.6300.49285.5446.3735.1
Hex6F3083F3F03111e2e23
Octal1576020317770614365643
Binary11011111100001000001111111111110110001100011110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,48,131); }

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

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

 a { background-color: rgb(111,48,131); }

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

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

 span { border-color: rgb(111,48,131); }

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