#6B3B81

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

Shades of Eminence #6B3B81

Tints of Eminence #6B3B81

Color information

#6B3B81 (or 0x6B3B81) is unknown color: approx Eminence. HEX triplet: 6B, 3B and 81. RGB value is (107,59,129). Sum of RGB (Red+Green+Blue) = 107+59+129=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #6B3B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3B81 is #94C47E. Grayscale: #515151. Windows color (decimal): -9749631 or 8469355. OLE color: 8469355.

HSL color Cylindrical-coordinate representation of color #6B3B81: hue angle of 281.14º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B3B81 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10759129-
CMYK0.170.5400.49
HSL281.14º37.23%36.86%-
HSV(B)281.14º54.26%50.59%-
XYZ11.597.8421.67-
YUV81.33154.9146.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.27%
GREEN value IS 59 (23.44% from 255) = 20%
BLUE value IS 129 (50.78% from 255) = 43.73%
R=36.27%
G=20%
B=43.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107591290.170.5400.49281.1437.2336.86
Hex6B3B8111360311192525
Octal1537320121660614314545
Binary110101111101110000001100011101100110001100011001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,59,129); }

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

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

 a { background-color: rgb(107,59,129); }

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

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

 span { border-color: rgb(107,59,129); }

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