#6A1085

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

Shades of Purple #6A1085

Tints of Purple #6A1085

Color information

#6A1085 (or 0x6A1085) is unknown color: approx Purple. HEX triplet: 6A, 10 and 85. RGB value is (106,16,133). Sum of RGB (Red+Green+Blue) = 106+16+133=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A1085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1085 is #95EF7A. Grayscale: #373737. Windows color (decimal): -9826171 or 8720490. OLE color: 8720490.

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

Color convert

RGB10616133-
CMYK0.200.8800.48
HSL286.15º78.52%29.22%-
HSV(B)286.15º87.97%52.16%-
XYZ10.365.1322.63-
YUV56.25171.32163.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.57%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 133 (52.34% from 255) = 52.16%
R=41.57%
G=6.27%
B=52.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106161330.200.8800.48286.1578.5229.22
Hex6A1085145803011e4f1d
Octal152202052413006043611735
Binary110101010000100001011010010110000110000100011110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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