#6A385B

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

Shades of Palatinate Purple #6A385B

Tints of Palatinate Purple #6A385B

Color information

#6A385B (or 0x6A385B) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 38 and 5B. RGB value is (106,56,91). Sum of RGB (Red+Green+Blue) = 106+56+91=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 106 - color contains mainly: red. Hex color #6A385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A385B is #95C7A4. Grayscale: #4A4A4A. Windows color (decimal): -9815973 or 5978218. OLE color: 5978218.

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

Color convert

RGB1065691-
CMYK00.470.140.58
HSL318º30.86%31.76%-
HSV(B)318º47.17%41.57%-
XYZ9.256.6510.69-
YUV74.94137.06150.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.90%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 91 (35.94% from 255) = 35.97%
R=41.90%
G=22.13%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106569100.470.140.5831830.8631.76
Hex6A385B02FE3A13e1f20
Octal1527013305716724763740
Binary110101011100010110110101111111011101010011111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,56,91); }

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

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

 a { background-color: rgb(106,56,91); }

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

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

 span { border-color: rgb(106,56,91); }

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