#6C2982

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

Shades of Eminence #6C2982

Tints of Eminence #6C2982

Color information

#6C2982 (or 0x6C2982) is unknown color: approx Eminence. HEX triplet: 6C, 29 and 82. RGB value is (108,41,130). Sum of RGB (Red+Green+Blue) = 108+41+130=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C2982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2982 is #93D67D. Grayscale: #464646. Windows color (decimal): -9688702 or 8530284. OLE color: 8530284.

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

Color convert

RGB10841130-
CMYK0.170.6800.49
HSL285.17º52.05%33.53%-
HSV(B)285.17º68.46%50.98%-
XYZ11.016.3921.77-
YUV71.18161.2154.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.71%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=38.71%
G=14.70%
B=46.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108411300.170.6800.49285.1752.0533.53
Hex6C2982114403111d3422
Octal15451202211040614356442
Binary1101100101001100000101000110001000110001100011101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,41,130); }

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

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

 a { background-color: rgb(108,41,130); }

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

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

 span { border-color: rgb(108,41,130); }

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