#6A0D71

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

Shades of Purple #6A0D71

Tints of Purple #6A0D71

Color information

#6A0D71 (or 0x6A0D71) is unknown color: approx Purple. HEX triplet: 6A, 0D and 71. RGB value is (106,13,113). Sum of RGB (Red+Green+Blue) = 106+13+113=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A0D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0D71 is #95F28E. Grayscale: #333333. Windows color (decimal): -9826959 or 7409002. OLE color: 7409002.

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

Color convert

RGB10613113-
CMYK0.060.8800.56
HSL295.8º79.37%24.71%-
HSV(B)295.8º88.5%44.31%-
XYZ9.074.5416.02-
YUV52.21162.31166.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.69%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=45.69%
G=5.60%
B=48.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106131130.060.8800.56295.879.3724.71
Hex6AD716580381284f19
Octal15215161613007045011731
Binary11010101101111000111010110000111000100101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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