#6E0598

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

Shades of Purple #6E0598

Tints of Purple #6E0598

Color information

#6E0598 (or 0x6E0598) is unknown color: approx Purple. HEX triplet: 6E, 05 and 98. RGB value is (110,5,152). Sum of RGB (Red+Green+Blue) = 110+5+152=267 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.20% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E0598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0598 is #91FA67. Grayscale: #343434. Windows color (decimal): -9566824 or 9962862. OLE color: 9962862.

HSL color Cylindrical-coordinate representation of color #6E0598: hue angle of 282.86º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E0598 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1105152-
CMYK0.280.9700.40
HSL282.86º93.63%30.78%-
HSV(B)282.86º96.71%59.61%-
XYZ12.155.6930.16-
YUV53.15183.79168.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.20%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 152 (59.77% from 255) = 56.93%
R=41.20%
G=1.87%
B=56.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11051520.280.9700.40282.8693.6330.78
Hex6E5981C6102811b5e1f
Octal15652303414105043313637
Binary1101110101100110001110011000010101000100011011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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