#6A0473

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

Shades of Purple #6A0473

Tints of Purple #6A0473

Color information

#6A0473 (or 0x6A0473) is unknown color: approx Purple. HEX triplet: 6A, 04 and 73. RGB value is (106,4,115). Sum of RGB (Red+Green+Blue) = 106+4+115=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A0473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0473 is #95FB8C. Grayscale: #2E2E2E. Windows color (decimal): -9829261 or 7537770. OLE color: 7537770.

HSL color Cylindrical-coordinate representation of color #6A0473: hue angle of 295.14º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A0473 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1064115-
CMYK0.080.9700.55
HSL295.14º93.28%23.33%-
HSV(B)295.14º96.52%45.1%-
XYZ9.084.3916.59-
YUV47.15166.29169.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.11%
GREEN value IS 4 (1.95% from 255) = 1.78%
BLUE value IS 115 (45.31% from 255) = 51.11%
R=47.11%
G=1.78%
B=51.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10641150.080.9700.55295.1493.2823.33
Hex6A4738610371275d17
Octal15241631014106744713527
Binary11010101001110011100011000010110111100100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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