#6D1378

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

Shades of Purple #6D1378

Tints of Purple #6D1378

Color information

#6D1378 (or 0x6D1378) is unknown color: approx Purple. HEX triplet: 6D, 13 and 78. RGB value is (109,19,120). Sum of RGB (Red+Green+Blue) = 109+19+120=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D1378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1378 is #92EC87. Grayscale: #393939. Windows color (decimal): -9628808 or 7869293. OLE color: 7869293.

HSL color Cylindrical-coordinate representation of color #6D1378: hue angle of 293.47º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1378 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10919120-
CMYK0.090.8400.53
HSL293.47º72.66%27.25%-
HSV(B)293.47º84.17%47.06%-
XYZ9.935.0718.23-
YUV57.42163.32164.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.95%
GREEN value IS 19 (7.81% from 255) = 7.66%
BLUE value IS 120 (47.27% from 255) = 48.39%
R=43.95%
G=7.66%
B=48.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109191200.090.8400.53293.4772.6627.25
Hex6D1378954035125491b
Octal155231701112406544511133
Binary1101101100111111000100110101000110101100100101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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