#6C127C

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

Shades of Purple #6C127C

Tints of Purple #6C127C

Color information

#6C127C (or 0x6C127C) is unknown color: approx Purple. HEX triplet: 6C, 12 and 7C. RGB value is (108,18,124). Sum of RGB (Red+Green+Blue) = 108+18+124=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C127C is #93ED83. Grayscale: #383838. Windows color (decimal): -9694596 or 8131180. OLE color: 8131180.

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

Color convert

RGB10818124-
CMYK0.130.8500.51
HSL290.94º74.65%27.84%-
HSV(B)290.94º85.48%48.63%-
XYZ10.045.0819.52-
YUV56.99165.82164.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.2%
GREEN value IS 18 (7.42% from 255) = 7.2%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=43.2%
G=7.2%
B=49.6%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal108181240.130.8500.51290.9474.6527.84
Hex6C127CD550331234b1c
Octal154221741512506344311334
Binary1101100100101111100110110101010110011100100011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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