#6B2385

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

Shades of Eminence #6B2385

Tints of Eminence #6B2385

Color information

#6B2385 (or 0x6B2385) is unknown color: approx Eminence. HEX triplet: 6B, 23 and 85. RGB value is (107,35,133). Sum of RGB (Red+Green+Blue) = 107+35+133=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B2385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2385 is #94DC7A. Grayscale: #434343. Windows color (decimal): -9755771 or 8725355. OLE color: 8725355.

HSL color Cylindrical-coordinate representation of color #6B2385: hue angle of 284.08º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B2385 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10735133-
CMYK0.200.7400.48
HSL284.08º58.33%32.94%-
HSV(B)284.08º73.68%52.16%-
XYZ10.96.0222.78-
YUV67.7164.85156.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.91%
GREEN value IS 35 (14.06% from 255) = 12.73%
BLUE value IS 133 (52.34% from 255) = 48.36%
R=38.91%
G=12.73%
B=48.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107351330.200.7400.48284.0858.3332.94
Hex6B2385144A03011c3a21
Octal15343205241120604347241
Binary1101011100011100001011010010010100110000100011100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,35,133); }

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

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

 a { background-color: rgb(107,35,133); }

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

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

 span { border-color: rgb(107,35,133); }

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