#6A3761

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

Shades of Palatinate Purple #6A3761

Tints of Palatinate Purple #6A3761

Color information

#6A3761 (or 0x6A3761) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 37 and 61. RGB value is (106,55,97). Sum of RGB (Red+Green+Blue) = 106+55+97=258 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.09% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3761 is #95C89E. Grayscale: #4A4A4A. Windows color (decimal): -9816223 or 6371178. OLE color: 6371178.

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

Color convert

RGB1065597-
CMYK00.480.080.58
HSL310.59º31.68%31.57%-
HSV(B)310.59º48.11%41.57%-
XYZ9.476.6612.1-
YUV75.04140.4150.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.09%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=41.09%
G=21.32%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106559700.480.080.58310.5931.6831.57
Hex6A376103083A1372020
Octal1526714106010724674040
Binary1101010110111110000101100001000111010100110111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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