#6D047D

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

Shades of Purple #6D047D

Tints of Purple #6D047D

Color information

#6D047D (or 0x6D047D) is unknown color: approx Purple. HEX triplet: 6D, 04 and 7D. RGB value is (109,4,125). Sum of RGB (Red+Green+Blue) = 109+4+125=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D047D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D047D is #92FB82. Grayscale: #303030. Windows color (decimal): -9632643 or 8193133. OLE color: 8193133.

HSL color Cylindrical-coordinate representation of color #6D047D: hue angle of 292.07º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D047D is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1094125-
CMYK0.130.9700.51
HSL292.07º93.8%25.29%-
HSV(B)292.07º96.8%49.02%-
XYZ10.054.8219.8-
YUV49.19170.79170.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.80%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 125 (49.22% from 255) = 52.52%
R=45.80%
G=1.68%
B=52.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10941250.130.9700.51292.0793.825.29
Hex6D47DD610331245e19
Octal15541751514106344413631
Binary11011011001111101110111000010110011100100100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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