#6C0993

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

Shades of Purple #6C0993

Tints of Purple #6C0993

Color information

#6C0993 (or 0x6C0993) is unknown color: approx Purple. HEX triplet: 6C, 09 and 93. RGB value is (108,9,147). Sum of RGB (Red+Green+Blue) = 108+9+147=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C0993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0993 is #93F66C. Grayscale: #353535. Windows color (decimal): -9696877 or 9636204. OLE color: 9636204.

HSL color Cylindrical-coordinate representation of color #6C0993: hue angle of 283.04º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0993 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1089147-
CMYK0.270.9400.42
HSL283.04º88.46%30.59%-
HSV(B)283.04º93.88%57.65%-
XYZ11.555.4928.05-
YUV54.33180.3166.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.91%
GREEN value IS 9 (3.91% from 255) = 3.41%
BLUE value IS 147 (57.81% from 255) = 55.68%
R=40.91%
G=3.41%
B=55.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10891470.270.9400.42283.0488.4630.59
Hex6C9931B5E02A11b581f
Octal154112233313605243313037
Binary11011001001100100111101110111100101010100011011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,9,147); }

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

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

 a { background-color: rgb(108,9,147); }

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

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

 span { border-color: rgb(108,9,147); }

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