#6A0072

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

Shades of Purple #6A0072

Tints of Purple #6A0072

Color information

#6A0072 (or 0x6A0072) is unknown color: approx Purple. HEX triplet: 6A, 00 and 72. RGB value is (106,0,114). Sum of RGB (Red+Green+Blue) = 106+0+114=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A0072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0072 is #95FF8D. Grayscale: #2C2C2C. Windows color (decimal): -9830286 or 7471210. OLE color: 7471210.

HSL color Cylindrical-coordinate representation of color #6A0072: hue angle of 295.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A0072 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1060114-
CMYK0.07100.55
HSL295.79º100%22.35%-
HSV(B)295.79º100%44.71%-
XYZ8.984.2816.27-
YUV44.69167.12171.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=48.18%
G=0%
B=51.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10601140.07100.55295.7910022.35
Hex6A0727640371286416
Octal1520162714406745014426
Binary11010100111001011111001000110111100101000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,0,114); }

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

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

 a { background-color: rgb(106,0,114); }

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

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

 span { border-color: rgb(106,0,114); }

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