#6C0391

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

Shades of Purple #6C0391

Tints of Purple #6C0391

Color information

#6C0391 (or 0x6C0391) is unknown color: approx Purple. HEX triplet: 6C, 03 and 91. RGB value is (108,3,145). Sum of RGB (Red+Green+Blue) = 108+3+145=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C0391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0391 is #93FC6E. Grayscale: #323232. Windows color (decimal): -9698415 or 9503596. OLE color: 9503596.

HSL color Cylindrical-coordinate representation of color #6C0391: hue angle of 284.37º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0391 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1083145-
CMYK0.260.9800.43
HSL284.37º95.95%29.02%-
HSV(B)284.37º97.93%56.86%-
XYZ11.335.327.21-
YUV50.58181.29168.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.19%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 145 (57.03% from 255) = 56.64%
R=42.19%
G=1.17%
B=56.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10831450.260.9800.43284.3795.9529.02
Hex6C3911A6202B11c601d
Octal15432213214205343414035
Binary110110011100100011101011000100101011100011100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,3,145); }

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

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

 a { background-color: rgb(108,3,145); }

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

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

 span { border-color: rgb(108,3,145); }

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