#6A1070

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

Shades of Purple #6A1070

Tints of Purple #6A1070

Color information

#6A1070 (or 0x6A1070) is unknown color: approx Purple. HEX triplet: 6A, 10 and 70. RGB value is (106,16,112). Sum of RGB (Red+Green+Blue) = 106+16+112=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A1070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1070 is #95EF8F. Grayscale: #353535. Windows color (decimal): -9826192 or 7344234. OLE color: 7344234.

HSL color Cylindrical-coordinate representation of color #6A1070: hue angle of 296.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A1070 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10616112-
CMYK0.050.8600.56
HSL296.25º75%25.1%-
HSV(B)296.25º85.71%43.92%-
XYZ9.054.615.74-
YUV53.85160.82165.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.30%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=45.30%
G=6.84%
B=47.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106161120.050.8600.56296.257525.1
Hex6A10705560381284b19
Octal15220160512607045011331
Binary110101010000111000010110101100111000100101000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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