#6D0593

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

Shades of Purple #6D0593

Tints of Purple #6D0593

Color information

#6D0593 (or 0x6D0593) is unknown color: approx Purple. HEX triplet: 6D, 05 and 93. RGB value is (109,5,147). Sum of RGB (Red+Green+Blue) = 109+5+147=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D0593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0593 is #92FA6C. Grayscale: #333333. Windows color (decimal): -9632365 or 9635181. OLE color: 9635181.

HSL color Cylindrical-coordinate representation of color #6D0593: hue angle of 283.94º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0593 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1095147-
CMYK0.260.9700.42
HSL283.94º93.42%29.8%-
HSV(B)283.94º96.6%57.65%-
XYZ11.635.4728.05-
YUV52.28181.46168.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.76%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 147 (57.81% from 255) = 56.32%
R=41.76%
G=1.92%
B=56.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10951470.260.9700.42283.9493.4229.8
Hex6D5931A6102A11c5d1e
Octal15552233214105243413536
Binary1101101101100100111101011000010101010100011100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,5,147); }

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

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

 a { background-color: rgb(109,5,147); }

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

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

 span { border-color: rgb(109,5,147); }

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