#6D0592

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

Shades of Purple #6D0592

Tints of Purple #6D0592

Color information

#6D0592 (or 0x6D0592) is unknown color: approx Purple. HEX triplet: 6D, 05 and 92. RGB value is (109,5,146). Sum of RGB (Red+Green+Blue) = 109+5+146=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D0592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0592 is #92FA6D. Grayscale: #333333. Windows color (decimal): -9632366 or 9569645. OLE color: 9569645.

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

Color convert

RGB1095146-
CMYK0.250.9700.43
HSL284.26º93.38%29.61%-
HSV(B)284.26º96.58%57.25%-
XYZ11.555.4427.63-
YUV52.17180.96168.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.92%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 146 (57.42% from 255) = 56.15%
R=41.92%
G=1.92%
B=56.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10951460.250.9700.43284.2693.3829.61
Hex6D592196102B11c5d1e
Octal15552223114105343413536
Binary1101101101100100101100111000010101011100011100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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