#6C0E7C

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

Shades of Purple #6C0E7C

Tints of Purple #6C0E7C

Color information

#6C0E7C (or 0x6C0E7C) is unknown color: approx Purple. HEX triplet: 6C, 0E and 7C. RGB value is (108,14,124). Sum of RGB (Red+Green+Blue) = 108+14+124=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C0E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0E7C is #93F183. Grayscale: #363636. Windows color (decimal): -9695620 or 8130156. OLE color: 8130156.

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

Color convert

RGB10814124-
CMYK0.130.8900.51
HSL291.27º79.71%27.06%-
HSV(B)291.27º88.71%48.63%-
XYZ9.984.9619.5-
YUV54.65167.14166.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.90%
GREEN value IS 14 (5.86% from 255) = 5.69%
BLUE value IS 124 (48.83% from 255) = 50.41%
R=43.90%
G=5.69%
B=50.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal108141240.130.8900.51291.2779.7127.06
Hex6CE7CD59033123501b
Octal154161741513106344312033
Binary110110011101111100110110110010110011100100011101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,14,124); }

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

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

 a { background-color: rgb(108,14,124); }

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

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

 span { border-color: rgb(108,14,124); }

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