#6F2382

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

Shades of Eminence #6F2382

Tints of Eminence #6F2382

Color information

#6F2382 (or 0x6F2382) is unknown color: approx Eminence. HEX triplet: 6F, 23 and 82. RGB value is (111,35,130). Sum of RGB (Red+Green+Blue) = 111+35+130=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F2382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2382 is #90DC7D. Grayscale: #444444. Windows color (decimal): -9493630 or 8528751. OLE color: 8528751.

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

Color convert

RGB11135130-
CMYK0.150.7300.49
HSL288º57.58%32.35%-
HSV(B)288º73.08%50.98%-
XYZ11.196.1921.72-
YUV68.55162.68158.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.22%
GREEN value IS 35 (14.06% from 255) = 12.68%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=40.22%
G=12.68%
B=47.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111351300.150.7300.4928857.5832.35
Hex6F2382F490311203a20
Octal15743202171110614407240
Binary110111110001110000010111110010010110001100100000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,35,130); }

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

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

 a { background-color: rgb(111,35,130); }

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

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

 span { border-color: rgb(111,35,130); }

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