#6A395C

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

Shades of Palatinate Purple #6A395C

Tints of Palatinate Purple #6A395C

Color information

#6A395C (or 0x6A395C) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 39 and 5C. RGB value is (106,57,92). Sum of RGB (Red+Green+Blue) = 106+57+92=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 106 - color contains mainly: red. Hex color #6A395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A395C is #95C6A3. Grayscale: #4B4B4B. Windows color (decimal): -9815716 or 6044010. OLE color: 6044010.

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

Color convert

RGB1065792-
CMYK00.460.130.58
HSL317.14º30.06%31.96%-
HSV(B)317.14º46.23%41.57%-
XYZ9.346.7610.94-
YUV75.64137.23149.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.57%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=41.57%
G=22.35%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106579200.460.130.58317.1430.0631.96
Hex6A395C02ED3A13d1e20
Octal1527113405615724753640
Binary110101011100110111000101110110111101010011110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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