#6A3266

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

Shades of Palatinate Purple #6A3266

Tints of Palatinate Purple #6A3266

Color information

#6A3266 (or 0x6A3266) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 32 and 66. RGB value is (106,50,102). Sum of RGB (Red+Green+Blue) = 106+50+102=258 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.09% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3266 is #95CD99. Grayscale: #484848. Windows color (decimal): -9817498 or 6697578. OLE color: 6697578.

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

Color convert

RGB10650102-
CMYK00.530.040.58
HSL304.29º35.9%30.59%-
HSV(B)304.29º52.83%41.57%-
XYZ9.486.313.29-
YUV72.67144.55151.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.09%
GREEN value IS 50 (19.92% from 255) = 19.38%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=41.09%
G=19.38%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1065010200.530.040.58304.2935.930.59
Hex6A326603543A130241f
Octal152621460654724604437
Binary11010101100101100110011010110011101010011000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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