#6D0194

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

Shades of Purple #6D0194

Tints of Purple #6D0194

Color information

#6D0194 (or 0x6D0194) is unknown color: approx Purple. HEX triplet: 6D, 01 and 94. RGB value is (109,1,148). Sum of RGB (Red+Green+Blue) = 109+1+148=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D0194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0194 is #92FE6B. Grayscale: #313131. Windows color (decimal): -9633388 or 9699693. OLE color: 9699693.

HSL color Cylindrical-coordinate representation of color #6D0194: hue angle of 284.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0194 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1091148-
CMYK0.260.9900.42
HSL284.08º98.66%29.22%-
HSV(B)284.08º99.32%58.04%-
XYZ11.665.4128.45-
YUV50.05183.28170.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.25%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 148 (58.20% from 255) = 57.36%
R=42.25%
G=0.39%
B=57.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10911480.260.9900.42284.0898.6629.22
Hex6D1941A6302A11c631d
Octal15512243214305243414335
Binary11011011100101001101011000110101010100011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,1,148); }

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

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

 a { background-color: rgb(109,1,148); }

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

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

 span { border-color: rgb(109,1,148); }

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