#6B3582

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

Shades of Eminence #6B3582

Tints of Eminence #6B3582

Color information

#6B3582 (or 0x6B3582) is unknown color: approx Eminence. HEX triplet: 6B, 35 and 82. RGB value is (107,53,130). Sum of RGB (Red+Green+Blue) = 107+53+130=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B3582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3582 is #94CA7D. Grayscale: #4D4D4D. Windows color (decimal): -9751166 or 8533355. OLE color: 8533355.

HSL color Cylindrical-coordinate representation of color #6B3582: hue angle of 282.08º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B3582 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10753130-
CMYK0.180.5900.49
HSL282.08º42.08%35.88%-
HSV(B)282.08º59.23%50.98%-
XYZ11.377.2821.93-
YUV77.92157.39148.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.90%
GREEN value IS 53 (21.09% from 255) = 18.28%
BLUE value IS 130 (51.17% from 255) = 44.83%
R=36.90%
G=18.28%
B=44.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107531300.180.5900.49282.0842.0835.88
Hex6B3582123B03111a2a24
Octal1536520222730614325244
Binary110101111010110000010100101110110110001100011010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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