#6D127B

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

Shades of Purple #6D127B

Tints of Purple #6D127B

Color information

#6D127B (or 0x6D127B) is unknown color: approx Purple. HEX triplet: 6D, 12 and 7B. RGB value is (109,18,123). Sum of RGB (Red+Green+Blue) = 109+18+123=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D127B is #92ED84. Grayscale: #383838. Windows color (decimal): -9629061 or 8065645. OLE color: 8065645.

HSL color Cylindrical-coordinate representation of color #6D127B: hue angle of 292º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D127B is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10918123-
CMYK0.110.8500.52
HSL292º74.47%27.65%-
HSV(B)292º85.37%48.24%-
XYZ10.15.1119.19-
YUV57.18165.15164.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.6%
GREEN value IS 18 (7.42% from 255) = 7.2%
BLUE value IS 123 (48.44% from 255) = 49.2%
R=43.6%
G=7.2%
B=49.2%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109181230.110.8500.5229274.4727.65
Hex6D127BB550341244a1c
Octal155221731312506444411234
Binary1101101100101111011101110101010110100100100100100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,18,123); }

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

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

 a { background-color: rgb(109,18,123); }

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

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

 span { border-color: rgb(109,18,123); }

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