#6A108C

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

Shades of Purple #6A108C

Tints of Purple #6A108C

Color information

#6A108C (or 0x6A108C) is unknown color: approx Purple. HEX triplet: 6A, 10 and 8C. RGB value is (106,16,140). Sum of RGB (Red+Green+Blue) = 106+16+140=262 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.46% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A108C is #95EF73. Grayscale: #383838. Windows color (decimal): -9826164 or 9179242. OLE color: 9179242.

HSL color Cylindrical-coordinate representation of color #6A108C: hue angle of 283.55º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A108C is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10616140-
CMYK0.240.8900.45
HSL283.55º79.49%30.59%-
HSV(B)283.55º88.57%54.9%-
XYZ10.865.3325.27-
YUV57.05174.82162.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.46%
GREEN value IS 16 (6.64% from 255) = 6.11%
BLUE value IS 140 (55.08% from 255) = 53.44%
R=40.46%
G=6.11%
B=53.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106161400.240.8900.45283.5579.4930.59
Hex6A108C185902D11c4f1f
Octal152202143013105543411737
Binary110101010000100011001100010110010101101100011100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,16,140); }

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

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

 a { background-color: rgb(106,16,140); }

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

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

 span { border-color: rgb(106,16,140); }

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