#6E058A

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

Shades of Purple #6E058A

Tints of Purple #6E058A

Color information

#6E058A (or 0x6E058A) is unknown color: approx Purple. HEX triplet: 6E, 05 and 8A. RGB value is (110,5,138). Sum of RGB (Red+Green+Blue) = 110+5+138=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E058A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E058A is #91FA75. Grayscale: #333333. Windows color (decimal): -9566838 or 9045358. OLE color: 9045358.

HSL color Cylindrical-coordinate representation of color #6E058A: hue angle of 287.37º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E058A is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1105138-
CMYK0.200.9600.46
HSL287.37º93.01%28.04%-
HSV(B)287.37º96.38%54.12%-
XYZ11.075.2624.48-
YUV51.56176.79169.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.48%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=43.48%
G=1.98%
B=54.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11051380.200.9600.46287.3793.0128.04
Hex6E58A146002E11f5d1c
Octal15652122414005643713534
Binary1101110101100010101010011000000101110100011111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,5,138); }

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

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

 a { background-color: rgb(110,5,138); }

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

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

 span { border-color: rgb(110,5,138); }

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