#6A097F

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

Shades of Purple #6A097F

Tints of Purple #6A097F

Color information

#6A097F (or 0x6A097F) is unknown color: approx Purple. HEX triplet: 6A, 09 and 7F. RGB value is (106,9,127). Sum of RGB (Red+Green+Blue) = 106+9+127=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A097F is #95F680. Grayscale: #333333. Windows color (decimal): -9827969 or 8325482. OLE color: 8325482.

HSL color Cylindrical-coordinate representation of color #6A097F: hue angle of 289.32º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A097F is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1069127-
CMYK0.170.9300.50
HSL289.32º86.76%26.67%-
HSV(B)289.32º92.91%49.8%-
XYZ9.874.7920.48-
YUV51.46170.64166.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.80%
GREEN value IS 9 (3.91% from 255) = 3.72%
BLUE value IS 127 (50% from 255) = 52.48%
R=43.80%
G=3.72%
B=52.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10691270.170.9300.50289.3286.7626.67
Hex6A97F115D032121571b
Octal152111772113506244112733
Binary1101010100111111111000110111010110010100100001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,9,127); }

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

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

 a { background-color: rgb(106,9,127); }

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

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

 span { border-color: rgb(106,9,127); }

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