#6A325C

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

Shades of Palatinate Purple #6A325C

Tints of Palatinate Purple #6A325C

Color information

#6A325C (or 0x6A325C) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 32 and 5C. RGB value is (106,50,92). Sum of RGB (Red+Green+Blue) = 106+50+92=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 106 - color contains mainly: red. Hex color #6A325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A325C is #95CDA3. Grayscale: #474747. Windows color (decimal): -9817508 or 6042218. OLE color: 6042218.

HSL color Cylindrical-coordinate representation of color #6A325C: hue angle of 315º 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 #6A325C is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB1065092-
CMYK00.530.130.58
HSL315º35.9%30.59%-
HSV(B)315º52.83%41.57%-
XYZ9.026.1210.83-
YUV71.53139.55152.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.74%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=42.74%
G=20.16%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106509200.530.130.5831535.930.59
Hex6A325C035D3A13b241f
Octal1526213406515724734437
Binary110101011001010111000110101110111101010011101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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