#6D0470

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

Shades of Purple #6D0470

Tints of Purple #6D0470

Color information

#6D0470 (or 0x6D0470) is unknown color: approx Purple. HEX triplet: 6D, 04 and 70. RGB value is (109,4,112). Sum of RGB (Red+Green+Blue) = 109+4+112=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D0470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0470 is #92FB8F. Grayscale: #2F2F2F. Windows color (decimal): -9632656 or 7341165. OLE color: 7341165.

HSL color Cylindrical-coordinate representation of color #6D0470: hue angle of 298.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D0470 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1094112-
CMYK0.030.9600.56
HSL298.33º93.1%22.75%-
HSV(B)298.33º96.43%43.92%-
XYZ9.274.5115.71-
YUV47.71164.29171.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 4 (1.95% from 255) = 1.78%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=48.44%
G=1.78%
B=49.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10941120.030.9600.56298.3393.122.75
Hex6D47036003812a5d17
Octal1554160314007045213527
Binary110110110011100001111000000111000100101010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,4,112); }

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

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

 a { background-color: rgb(109,4,112); }

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

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

 span { border-color: rgb(109,4,112); }

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