#6C127D

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

Shades of Purple #6C127D

Tints of Purple #6C127D

Color information

#6C127D (or 0x6C127D) is unknown color: approx Purple. HEX triplet: 6C, 12 and 7D. RGB value is (108,18,125). Sum of RGB (Red+Green+Blue) = 108+18+125=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #6C127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C127D is #93ED82. Grayscale: #383838. Windows color (decimal): -9694595 or 8196716. OLE color: 8196716.

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

Color convert

RGB10818125-
CMYK0.140.8600.51
HSL290.47º74.83%28.04%-
HSV(B)290.47º85.6%49.02%-
XYZ10.15.119.85-
YUV57.11166.32164.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.03%
GREEN value IS 18 (7.42% from 255) = 7.17%
BLUE value IS 125 (49.22% from 255) = 49.80%
R=43.03%
G=7.17%
B=49.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal108181250.140.8600.51290.4774.8328.04
Hex6C127DE560331224b1c
Octal154221751612606344211334
Binary1101100100101111101111010101100110011100100010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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