#6A205D

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

Shades of Palatinate Purple #6A205D

Tints of Palatinate Purple #6A205D

Color information

#6A205D (or 0x6A205D) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 20 and 5D. RGB value is (106,32,93). Sum of RGB (Red+Green+Blue) = 106+32+93=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 106 - color contains mainly: red. Hex color #6A205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A205D is #95DFA2. Grayscale: #3C3C3C. Windows color (decimal): -9822115 or 6103146. OLE color: 6103146.

HSL color Cylindrical-coordinate representation of color #6A205D: hue angle of 310.54º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A205D is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB1063293-
CMYK00.700.120.58
HSL310.54º53.62%27.06%-
HSV(B)310.54º69.81%41.57%-
XYZ8.444.8910.85-
YUV61.08146.02160.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.89%
GREEN value IS 32 (12.89% from 255) = 13.85%
BLUE value IS 93 (36.72% from 255) = 40.26%
R=45.89%
G=13.85%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106329300.700.120.58310.5453.6227.06
Hex6A205D046C3A137361b
Octal15240135010614724676633
Binary1101010100000101110101000110110011101010011011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,32,93); }

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

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

 a { background-color: rgb(106,32,93); }

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

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

 span { border-color: rgb(106,32,93); }

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