#6A128A

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

Shades of Purple #6A128A

Tints of Purple #6A128A

Color information

#6A128A (or 0x6A128A) is unknown color: approx Purple. HEX triplet: 6A, 12 and 8A. RGB value is (106,18,138). Sum of RGB (Red+Green+Blue) = 106+18+138=262 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.46% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A128A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A128A is #95ED75. Grayscale: #393939. Windows color (decimal): -9825654 or 9048682. OLE color: 9048682.

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

Color convert

RGB10618138-
CMYK0.230.8700.46
HSL284º76.92%30.59%-
HSV(B)284º86.96%54.12%-
XYZ10.755.3324.51-
YUV57.99173.15162.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.46%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 138 (54.30% from 255) = 52.67%
R=40.46%
G=6.87%
B=52.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106181380.230.8700.4628476.9230.59
Hex6A128A175702E11c4d1f
Octal152222122712705643411537
Binary110101010010100010101011110101110101110100011100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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