#6A3963

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

Shades of Palatinate Purple #6A3963

Tints of Palatinate Purple #6A3963

Color information

#6A3963 (or 0x6A3963) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 39 and 63. RGB value is (106,57,99). Sum of RGB (Red+Green+Blue) = 106+57+99=262 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.46% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3963 is #95C69C. Grayscale: #4C4C4C. Windows color (decimal): -9815709 or 6502762. OLE color: 6502762.

HSL color Cylindrical-coordinate representation of color #6A3963: hue angle of 308.57º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A3963 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB1065799-
CMYK00.460.070.58
HSL308.57º30.06%31.96%-
HSV(B)308.57º46.23%41.57%-
XYZ9.666.8912.63-
YUV76.44140.73149.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.46%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=40.46%
G=21.76%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106579900.460.070.58308.5730.0631.96
Hex6A396302E73A1351e20
Octal152711430567724653640
Binary11010101110011100011010111011111101010011010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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