#6D158B

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

Shades of Purple #6D158B

Tints of Purple #6D158B

Color information

#6D158B (or 0x6D158B) is unknown color: approx Purple. HEX triplet: 6D, 15 and 8B. RGB value is (109,21,139). Sum of RGB (Red+Green+Blue) = 109+21+139=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D158B is #92EA74. Grayscale: #3C3C3C. Windows color (decimal): -9628277 or 9114989. OLE color: 9114989.

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

Color convert

RGB10921139-
CMYK0.220.8500.45
HSL284.75º73.75%31.37%-
HSV(B)284.75º84.89%54.51%-
XYZ11.245.6524.92-
YUV60.76172.15162.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.52%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=40.52%
G=7.81%
B=51.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109211390.220.8500.45284.7573.7531.37
Hex6D158B165502D11d4a1f
Octal155252132612505543511237
Binary110110110101100010111011010101010101101100011101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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