#6A0485

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

Shades of Purple #6A0485

Tints of Purple #6A0485

Color information

#6A0485 (or 0x6A0485) is unknown color: approx Purple. HEX triplet: 6A, 04 and 85. RGB value is (106,4,133). Sum of RGB (Red+Green+Blue) = 106+4+133=243 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.62% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A0485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0485 is #95FB7A. Grayscale: #303030. Windows color (decimal): -9829243 or 8717418. OLE color: 8717418.

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

Color convert

RGB1064133-
CMYK0.200.9700.48
HSL287.44º94.16%26.86%-
HSV(B)287.44º96.99%52.16%-
XYZ10.224.8422.59-
YUV49.2175.29168.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.62%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 133 (52.34% from 255) = 54.73%
R=43.62%
G=1.65%
B=54.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10641330.200.9700.48287.4494.1626.86
Hex6A485146103011f5e1b
Octal15242052414106043713633
Binary1101010100100001011010011000010110000100011111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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