#6B3082

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

Shades of Eminence #6B3082

Tints of Eminence #6B3082

Color information

#6B3082 (or 0x6B3082) is unknown color: approx Eminence. HEX triplet: 6B, 30 and 82. RGB value is (107,48,130). Sum of RGB (Red+Green+Blue) = 107+48+130=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B3082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3082 is #94CF7D. Grayscale: #4A4A4A. Windows color (decimal): -9752446 or 8532075. OLE color: 8532075.

HSL color Cylindrical-coordinate representation of color #6B3082: hue angle of 283.17º 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 #6B3082 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10748130-
CMYK0.180.6300.49
HSL283.17º46.07%34.9%-
HSV(B)283.17º63.08%50.98%-
XYZ11.156.8521.85-
YUV74.99159.05150.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.54%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=37.54%
G=16.84%
B=45.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107481300.180.6300.49283.1746.0734.9
Hex6B3082123F03111b2e23
Octal1536020222770614335643
Binary110101111000010000010100101111110110001100011011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,48,130); }

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

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

 a { background-color: rgb(107,48,130); }

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

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

 span { border-color: rgb(107,48,130); }

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