#6A0291

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

Shades of Purple #6A0291

Tints of Purple #6A0291

Color information

#6A0291 (or 0x6A0291) is unknown color: approx Purple. HEX triplet: 6A, 02 and 91. RGB value is (106,2,145). Sum of RGB (Red+Green+Blue) = 106+2+145=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A0291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0291 is #95FD6E. Grayscale: #303030. Windows color (decimal): -9829743 or 9503338. OLE color: 9503338.

HSL color Cylindrical-coordinate representation of color #6A0291: hue angle of 283.64º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A0291 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1062145-
CMYK0.270.9900.43
HSL283.64º97.28%28.82%-
HSV(B)283.64º98.62%56.86%-
XYZ11.085.1527.2-
YUV49.4181.96168.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.90%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 145 (57.03% from 255) = 57.31%
R=41.90%
G=0.79%
B=57.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10621450.270.9900.43283.6497.2828.82
Hex6A2911B6302B11c611d
Octal15222213314305343414135
Binary110101010100100011101111000110101011100011100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,2,145); }

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

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

 a { background-color: rgb(106,2,145); }

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

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

 span { border-color: rgb(106,2,145); }

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