#6A3263

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

Shades of Palatinate Purple #6A3263

Tints of Palatinate Purple #6A3263

Color information

#6A3263 (or 0x6A3263) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 32 and 63. RGB value is (106,50,99). Sum of RGB (Red+Green+Blue) = 106+50+99=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3263 is #95CD9C. Grayscale: #484848. Windows color (decimal): -9817501 or 6500970. OLE color: 6500970.

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

Color convert

RGB1065099-
CMYK00.530.070.58
HSL307.5º35.9%30.59%-
HSV(B)307.5º52.83%41.57%-
XYZ9.346.2512.52-
YUV72.33143.05152.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.57%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 99 (39.06% from 255) = 38.82%
R=41.57%
G=19.61%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106509900.530.070.58307.535.930.59
Hex6A326303573A134241f
Octal152621430657724644437
Binary11010101100101100011011010111111101010011010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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