#6D1885

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

Shades of Purple #6D1885

Tints of Purple #6D1885

Color information

#6D1885 (or 0x6D1885) is unknown color: approx Purple. HEX triplet: 6D, 18 and 85. RGB value is (109,24,133). Sum of RGB (Red+Green+Blue) = 109+24+133=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D1885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1885 is #92E77A. Grayscale: #3D3D3D. Windows color (decimal): -9627515 or 8722541. OLE color: 8722541.

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

Color convert

RGB10924133-
CMYK0.180.8200.48
HSL286.79º69.43%30.78%-
HSV(B)286.79º81.95%52.16%-
XYZ10.875.622.7-
YUV61.84168.16161.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.98%
GREEN value IS 24 (9.77% from 255) = 9.02%
BLUE value IS 133 (52.34% from 255) = 50%
R=40.98%
G=9.02%
B=50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109241330.180.8200.48286.7969.4330.78
Hex6D1885125203011f451f
Octal155302052212206043710537
Binary110110111000100001011001010100100110000100011111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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