#6D0075

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

Shades of Purple #6D0075

Tints of Purple #6D0075

Color information

#6D0075 (or 0x6D0075) is unknown color: approx Purple. HEX triplet: 6D, 00 and 75. RGB value is (109,0,117). Sum of RGB (Red+Green+Blue) = 109+0+117=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D0075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0075 is #92FF8A. Grayscale: #2D2D2D. Windows color (decimal): -9633675 or 7667821. OLE color: 7667821.

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

Color convert

RGB1090117-
CMYK0.07100.54
HSL295.9º100%22.94%-
HSV(B)295.9º100%45.88%-
XYZ9.524.5417.2-
YUV45.93168.11172.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=48.23%
G=0%
B=51.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10901170.07100.54295.910022.94
Hex6D0757640361286417
Octal1550165714406645014427
Binary11011010111010111111001000110110100101000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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