#6A168A

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

Shades of Purple #6A168A

Tints of Purple #6A168A

Color information

#6A168A (or 0x6A168A) is unknown color: approx Purple. HEX triplet: 6A, 16 and 8A. RGB value is (106,22,138). Sum of RGB (Red+Green+Blue) = 106+22+138=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A168A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A168A is #95E975. Grayscale: #3B3B3B. Windows color (decimal): -9824630 or 9049706. OLE color: 9049706.

HSL color Cylindrical-coordinate representation of color #6A168A: hue angle of 283.45º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A168A is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10622138-
CMYK0.230.8400.46
HSL283.45º72.5%31.37%-
HSV(B)283.45º84.06%54.12%-
XYZ10.825.4724.53-
YUV60.34171.83160.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.85%
GREEN value IS 22 (8.98% from 255) = 8.27%
BLUE value IS 138 (54.30% from 255) = 51.88%
R=39.85%
G=8.27%
B=51.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106221380.230.8400.46283.4572.531.37
Hex6A168A175402E11b481f
Octal152262122712405643311037
Binary110101010110100010101011110101000101110100011011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,22,138); }

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

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

 a { background-color: rgb(106,22,138); }

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

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

 span { border-color: rgb(106,22,138); }

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