#6D1375

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

Shades of Purple #6D1375

Tints of Purple #6D1375

Color information

#6D1375 (or 0x6D1375) is unknown color: approx Purple. HEX triplet: 6D, 13 and 75. RGB value is (109,19,117). Sum of RGB (Red+Green+Blue) = 109+19+117=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D1375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1375 is #92EC8A. Grayscale: #383838. Windows color (decimal): -9628811 or 7672685. OLE color: 7672685.

HSL color Cylindrical-coordinate representation of color #6D1375: hue angle of 295.1º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1375 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10919117-
CMYK0.070.8400.54
HSL295.1º72.06%26.67%-
HSV(B)295.1º83.76%45.88%-
XYZ9.75517.28-
YUV57.08161.82165.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.49%
GREEN value IS 19 (7.81% from 255) = 7.76%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=44.49%
G=7.76%
B=47.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109191170.070.8400.54295.172.0626.67
Hex6D1375754036127481b
Octal15523165712406644711033
Binary110110110011111010111110101000110110100100111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,19,117); }

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

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

 a { background-color: rgb(109,19,117); }

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

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

 span { border-color: rgb(109,19,117); }

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