#6e1583

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

Shades of Purple #6E1583

Tints of Purple #6E1583

Color information

#6E1583 (or 0x6E1583) is unknown color: approx Purple. HEX triplet: 6E, 15 and 83. RGB value is (110,21,131). Sum of RGB (Red+Green+Blue) = 110+21+131=262 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.98% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #6E1583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1583 is #91EA7C. Grayscale: #3B3B3B. Windows color (decimal): -9562749 or 8590702. OLE color: 8590702.

HSL color Cylindrical-coordinate representation of color #6E1583: hue angle of 288.55º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1583 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11021131-
CMYK0.160.8400.49
HSL288.55º72.37%29.8%-
HSV(B)288.55º83.97%51.37%-
XYZ10.85.4921.96-
YUV60.15167.99163.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.98%
GREEN value IS 21 (8.59% from 255) = 8.02%
BLUE value IS 131 (51.56% from 255) = 50%
R=41.98%
G=8.02%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110211310.160.8400.49288.5572.3729.8
Hex6E15831054031121481e
Octal156252032012406144111036
Binary110111010101100000111000010101000110001100100001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e1583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,21,131); }

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

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

 a { background-color: rgb(110,21,131); }

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

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

 span { border-color: rgb(110,21,131); }

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