#6A325B

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

Shades of Palatinate Purple #6A325B

Tints of Palatinate Purple #6A325B

Color information

#6A325B (or 0x6A325B) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 32 and 5B. RGB value is (106,50,91). Sum of RGB (Red+Green+Blue) = 106+50+91=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 106 - color contains mainly: red. Hex color #6A325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A325B is #95CDA4. Grayscale: #474747. Windows color (decimal): -9817509 or 5976682. OLE color: 5976682.

HSL color Cylindrical-coordinate representation of color #6A325B: hue angle of 316.07º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A325B is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB1065091-
CMYK00.530.140.58
HSL316.07º35.9%30.59%-
HSV(B)316.07º52.83%41.57%-
XYZ8.976.110.6-
YUV71.42139.05152.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.91%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=42.91%
G=20.24%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106509100.530.140.58316.0735.930.59
Hex6A325B035E3A13c241f
Octal1526213306516724744437
Binary110101011001010110110110101111011101010011110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,50,91); }

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

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

 a { background-color: rgb(106,50,91); }

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

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

 span { border-color: rgb(106,50,91); }

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