#6D0170

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

Shades of Purple #6D0170

Tints of Purple #6D0170

Color information

#6D0170 (or 0x6D0170) is unknown color: approx Purple. HEX triplet: 6D, 01 and 70. RGB value is (109,1,112). Sum of RGB (Red+Green+Blue) = 109+1+112=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D0170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0170 is #92FE8F. Grayscale: #2D2D2D. Windows color (decimal): -9633424 or 7340397. OLE color: 7340397.

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

Color convert

RGB1091112-
CMYK0.030.9900.56
HSL298.38º98.23%22.16%-
HSV(B)298.38º99.11%43.92%-
XYZ9.244.4415.7-
YUV45.95165.28172.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.10%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 112 (44.14% from 255) = 50.45%
R=49.10%
G=0.45%
B=50.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10911120.030.9900.56298.3898.2322.16
Hex6D17036303812a6216
Octal1551160314307045214226
Binary1101101111100001111000110111000100101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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