#6B2580

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

Shades of Seance #6B2580

Tints of Seance #6B2580

Color information

#6B2580 (or 0x6B2580) is unknown color: approx Seance. HEX triplet: 6B, 25 and 80. RGB value is (107,37,128). Sum of RGB (Red+Green+Blue) = 107+37+128=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #6B2580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2580 is #94DA7F. Grayscale: #444444. Windows color (decimal): -9755264 or 8398187. OLE color: 8398187.

HSL color Cylindrical-coordinate representation of color #6B2580: hue angle of 286.15º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B2580 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10737128-
CMYK0.160.7100.50
HSL286.15º55.15%32.35%-
HSV(B)286.15º71.09%50.2%-
XYZ10.626.0121.02-
YUV68.3161.69155.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.34%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 128 (50.39% from 255) = 47.06%
R=39.34%
G=13.60%
B=47.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal107371280.160.7100.50286.1555.1532.35
Hex6B2580104703211e3720
Octal15345200201070624366740
Binary1101011100101100000001000010001110110010100011110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,37,128); }

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

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

 a { background-color: rgb(107,37,128); }

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

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

 span { border-color: rgb(107,37,128); }

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