#6A3261

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

Shades of Palatinate Purple #6A3261

Tints of Palatinate Purple #6A3261

Color information

#6A3261 (or 0x6A3261) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 32 and 61. RGB value is (106,50,97). Sum of RGB (Red+Green+Blue) = 106+50+97=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3261 is #95CD9E. Grayscale: #474747. Windows color (decimal): -9817503 or 6369898. OLE color: 6369898.

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

Color convert

RGB1065097-
CMYK00.530.080.58
HSL309.64º35.9%30.59%-
HSV(B)309.64º52.83%41.57%-
XYZ9.246.2112.02-
YUV72.1142.05152.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.90%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=41.90%
G=19.76%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106509700.530.080.58309.6435.930.59
Hex6A326103583A136241f
Octal1526214106510724664437
Binary110101011001011000010110101100011101010011011010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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