#6D0485

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

Shades of Purple #6D0485

Tints of Purple #6D0485

Color information

#6D0485 (or 0x6D0485) is unknown color: approx Purple. HEX triplet: 6D, 04 and 85. RGB value is (109,4,133). Sum of RGB (Red+Green+Blue) = 109+4+133=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D0485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0485 is #92FB7A. Grayscale: #313131. Windows color (decimal): -9632635 or 8717421. OLE color: 8717421.

HSL color Cylindrical-coordinate representation of color #6D0485: hue angle of 288.84º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0485 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1094133-
CMYK0.180.9700.48
HSL288.84º94.16%26.86%-
HSV(B)288.84º96.99%52.16%-
XYZ10.585.0322.6-
YUV50.1174.79170.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.31%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 133 (52.34% from 255) = 54.07%
R=44.31%
G=1.63%
B=54.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10941330.180.9700.48288.8494.1626.86
Hex6D48512610301215e1b
Octal15542052214106044113633
Binary1101101100100001011001011000010110000100100001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,4,133); }

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

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

 a { background-color: rgb(109,4,133); }

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

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

 span { border-color: rgb(109,4,133); }

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