#6C007F

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

Shades of Purple #6C007F

Tints of Purple #6C007F

Color information

#6C007F (or 0x6C007F) is unknown color: approx Purple. HEX triplet: 6C, 00 and 7F. RGB value is (108,0,127). Sum of RGB (Red+Green+Blue) = 108+0+127=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C007F is #93FF80. Grayscale: #2E2E2E. Windows color (decimal): -9699201 or 8323180. OLE color: 8323180.

HSL color Cylindrical-coordinate representation of color #6C007F: hue angle of 291.02º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C007F is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1080127-
CMYK0.15100.50
HSL291.02º100%24.9%-
HSV(B)291.02º100%49.8%-
XYZ10.024.7220.46-
YUV46.77173.28171.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 54.04%
R=45.96%
G=0%
B=54.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10801270.15100.50291.0210024.9
Hex6C07FF640321236419
Octal15401771714406244314431
Binary110110001111111111111001000110010100100011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,0,127); }

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

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

 a { background-color: rgb(108,0,127); }

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

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

 span { border-color: rgb(108,0,127); }

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