#6D157C

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

Shades of Purple #6D157C

Tints of Purple #6D157C

Color information

#6D157C (or 0x6D157C) is unknown color: approx Purple. HEX triplet: 6D, 15 and 7C. RGB value is (109,21,124). Sum of RGB (Red+Green+Blue) = 109+21+124=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D157C is #92EA83. Grayscale: #3A3A3A. Windows color (decimal): -9628292 or 8131949. OLE color: 8131949.

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

Color convert

RGB10921124-
CMYK0.120.8300.51
HSL291.26º71.03%28.43%-
HSV(B)291.26º83.06%48.63%-
XYZ10.215.2419.54-
YUV59.05164.65163.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.91%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=42.91%
G=8.27%
B=48.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109211240.120.8300.51291.2671.0328.43
Hex6D157CC53033123471c
Octal155251741412306344310734
Binary1101101101011111100110010100110110011100100011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,21,124); }

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

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

 a { background-color: rgb(109,21,124); }

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

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

 span { border-color: rgb(109,21,124); }

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