#6D027D

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

Shades of Purple #6D027D

Tints of Purple #6D027D

Color information

#6D027D (or 0x6D027D) is unknown color: approx Purple. HEX triplet: 6D, 02 and 7D. RGB value is (109,2,125). Sum of RGB (Red+Green+Blue) = 109+2+125=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D027D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D027D is #92FD82. Grayscale: #2F2F2F. Windows color (decimal): -9633155 or 8192621. OLE color: 8192621.

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

Color convert

RGB1092125-
CMYK0.130.9800.51
HSL292.2º96.85%24.9%-
HSV(B)292.2º98.4%49.02%-
XYZ10.034.7819.8-
YUV48.02171.45171.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.19%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 125 (49.22% from 255) = 52.97%
R=46.19%
G=0.85%
B=52.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10921250.130.9800.51292.296.8524.9
Hex6D27DD620331246119
Octal15521751514206344414131
Binary1101101101111101110111000100110011100100100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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