#6A0170

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

Shades of Purple #6A0170

Tints of Purple #6A0170

Color information

#6A0170 (or 0x6A0170) is unknown color: approx Purple. HEX triplet: 6A, 01 and 70. RGB value is (106,1,112). Sum of RGB (Red+Green+Blue) = 106+1+112=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A0170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0170 is #95FE8F. Grayscale: #2C2C2C. Windows color (decimal): -9830032 or 7340394. OLE color: 7340394.

HSL color Cylindrical-coordinate representation of color #6A0170: hue angle of 296.76º 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 #6A0170 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1061112-
CMYK0.050.9900.56
HSL296.76º98.23%22.16%-
HSV(B)296.76º99.11%43.92%-
XYZ8.884.2615.68-
YUV45.05165.79171.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.40%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=48.40%
G=0.46%
B=51.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10611120.050.9900.56296.7698.2322.16
Hex6A1705630381296216
Octal1521160514307045114226
Binary11010101111000010111000110111000100101001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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