#6F3282

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

Shades of Eminence #6F3282

Tints of Eminence #6F3282

Color information

#6F3282 (or 0x6F3282) is unknown color: approx Eminence. HEX triplet: 6F, 32 and 82. RGB value is (111,50,130). Sum of RGB (Red+Green+Blue) = 111+50+130=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F3282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3282 is #90CD7D. Grayscale: #4D4D4D. Windows color (decimal): -9489790 or 8532591. OLE color: 8532591.

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

Color convert

RGB11150130-
CMYK0.150.6200.49
HSL285.75º44.44%35.29%-
HSV(B)285.75º61.54%50.98%-
XYZ11.737.2721.9-
YUV77.36157.71152-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.14%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=38.14%
G=17.18%
B=44.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111501300.150.6200.49285.7544.4435.29
Hex6F3282F3E03111e2c23
Octal1576220217760614365443
Binary11011111100101000001011111111100110001100011110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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