#6A0681

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

Shades of Purple #6A0681

Tints of Purple #6A0681

Color information

#6A0681 (or 0x6A0681) is unknown color: approx Purple. HEX triplet: 6A, 06 and 81. RGB value is (106,6,129). Sum of RGB (Red+Green+Blue) = 106+6+129=241 (31% of max value = 765). Red value is 106 (41.80% from 255 or 43.98% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #6A0681 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0681 is #95F97E. Grayscale: #313131. Windows color (decimal): -9828735 or 8455786. OLE color: 8455786.

HSL color Cylindrical-coordinate representation of color #6A0681: hue angle of 288.78º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0681 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1066129-
CMYK0.180.9500.49
HSL288.78º91.11%26.47%-
HSV(B)288.78º95.35%50.59%-
XYZ9.974.7821.17-
YUV49.92172.63168-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.98%
GREEN value IS 6 (2.73% from 255) = 2.49%
BLUE value IS 129 (50.78% from 255) = 53.53%
R=43.98%
G=2.49%
B=53.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10661290.180.9500.49288.7891.1126.47
Hex6A681125F0311215b1a
Octal15262012213706144113332
Binary1101010110100000011001010111110110001100100001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,6,129); }

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

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

 a { background-color: rgb(106,6,129); }

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

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

 span { border-color: rgb(106,6,129); }

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