#6C138C

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

Shades of Purple #6C138C

Tints of Purple #6C138C

Color information

#6C138C (or 0x6C138C) is unknown color: approx Purple. HEX triplet: 6C, 13 and 8C. RGB value is (108,19,140). Sum of RGB (Red+Green+Blue) = 108+19+140=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C138C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C138C is #93EC73. Grayscale: #3B3B3B. Windows color (decimal): -9694324 or 9180012. OLE color: 9180012.

HSL color Cylindrical-coordinate representation of color #6C138C: hue angle of 284.13º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C138C is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10819140-
CMYK0.230.8600.45
HSL284.13º76.1%31.18%-
HSV(B)284.13º86.43%54.9%-
XYZ11.155.5525.29-
YUV59.4173.49162.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.45%
GREEN value IS 19 (7.81% from 255) = 7.12%
BLUE value IS 140 (55.08% from 255) = 52.43%
R=40.45%
G=7.12%
B=52.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108191400.230.8600.45284.1376.131.18
Hex6C138C175602D11c4c1f
Octal154232142712605543411437
Binary110110010011100011001011110101100101101100011100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C138C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,19,140); }

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

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

 a { background-color: rgb(108,19,140); }

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

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

 span { border-color: rgb(108,19,140); }

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