#6A385E

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

Shades of Palatinate Purple #6A385E

Tints of Palatinate Purple #6A385E

Color information

#6A385E (or 0x6A385E) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 38 and 5E. RGB value is (106,56,94). Sum of RGB (Red+Green+Blue) = 106+56+94=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 106 - color contains mainly: red. Hex color #6A385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A385E is #95C7A1. Grayscale: #4B4B4B. Windows color (decimal): -9815970 or 6174826. OLE color: 6174826.

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

Color convert

RGB1065694-
CMYK00.470.110.58
HSL314.4º30.86%31.76%-
HSV(B)314.4º47.17%41.57%-
XYZ9.386.711.39-
YUV75.28138.56149.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.41%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=41.41%
G=21.88%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106569400.470.110.58314.430.8631.76
Hex6A385E02FB3A13a1f20
Octal1527013605713724723740
Binary110101011100010111100101111101111101010011101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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