#6A0671

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

Shades of Purple #6A0671

Tints of Purple #6A0671

Color information

#6A0671 (or 0x6A0671) is unknown color: approx Purple. HEX triplet: 6A, 06 and 71. RGB value is (106,6,113). Sum of RGB (Red+Green+Blue) = 106+6+113=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A0671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0671 is #95F98E. Grayscale: #2F2F2F. Windows color (decimal): -9828751 or 7407210. OLE color: 7407210.

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

Color convert

RGB1066113-
CMYK0.060.9500.56
HSL296.07º89.92%23.33%-
HSV(B)296.07º94.69%44.31%-
XYZ8.994.3916-
YUV48.1164.63169.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.11%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=47.11%
G=2.67%
B=50.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10661130.060.9500.56296.0789.9223.33
Hex6A67165F0381285a17
Octal1526161613707045013227
Binary1101010110111000111010111110111000100101000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,6,113); }

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

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

 a { background-color: rgb(106,6,113); }

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

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

 span { border-color: rgb(106,6,113); }

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