#6A1685

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

Shades of Purple #6A1685

Tints of Purple #6A1685

Color information

#6A1685 (or 0x6A1685) is unknown color: approx Purple. HEX triplet: 6A, 16 and 85. RGB value is (106,22,133). Sum of RGB (Red+Green+Blue) = 106+22+133=261 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.61% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A1685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1685 is #95E97A. Grayscale: #3B3B3B. Windows color (decimal): -9824635 or 8722026. OLE color: 8722026.

HSL color Cylindrical-coordinate representation of color #6A1685: hue angle of 285.41º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A1685 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10622133-
CMYK0.200.8300.48
HSL285.41º71.61%30.39%-
HSV(B)285.41º83.46%52.16%-
XYZ10.465.3322.67-
YUV59.77169.33160.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.61%
GREEN value IS 22 (8.98% from 255) = 8.43%
BLUE value IS 133 (52.34% from 255) = 50.96%
R=40.61%
G=8.43%
B=50.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106221330.200.8300.48285.4171.6130.39
Hex6A1685145303011d481e
Octal152262052412306043511036
Binary110101010110100001011010010100110110000100011101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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