#6A0988

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

Shades of Purple #6A0988

Tints of Purple #6A0988

Color information

#6A0988 (or 0x6A0988) is unknown color: approx Purple. HEX triplet: 6A, 09 and 88. RGB value is (106,9,136). Sum of RGB (Red+Green+Blue) = 106+9+136=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A0988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0988 is #95F677. Grayscale: #343434. Windows color (decimal): -9827960 or 8915306. OLE color: 8915306.

HSL color Cylindrical-coordinate representation of color #6A0988: hue angle of 285.83º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0988 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1069136-
CMYK0.220.9300.47
HSL285.83º87.59%28.43%-
HSV(B)285.83º93.38%53.33%-
XYZ10.495.0423.71-
YUV52.48175.14166.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.23%
GREEN value IS 9 (3.91% from 255) = 3.59%
BLUE value IS 136 (53.52% from 255) = 54.18%
R=42.23%
G=3.59%
B=54.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10691360.220.9300.47285.8387.5928.43
Hex6A988165D02F11e581c
Octal152112102613505743613034
Binary11010101001100010001011010111010101111100011110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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