#6C3A5D

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

Shades of Palatinate Purple #6C3A5D

Tints of Palatinate Purple #6C3A5D

Color information

#6C3A5D (or 0x6C3A5D) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 3A and 5D. RGB value is (108,58,93). Sum of RGB (Red+Green+Blue) = 108+58+93=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3A5D is #93C5A2. Grayscale: #4C4C4C. Windows color (decimal): -9684387 or 6109804. OLE color: 6109804.

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

Color convert

RGB1085893-
CMYK00.460.140.58
HSL318º30.12%32.55%-
HSV(B)318º46.3%42.35%-
XYZ9.67711.2-
YUV76.94137.06150.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.70%
GREEN value IS 58 (23.05% from 255) = 22.39%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=41.70%
G=22.39%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108589300.460.140.5831830.1232.55
Hex6C3A5D02EE3A13e1e21
Octal1547213505616724763641
Binary110110011101010111010101110111011101010011111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,58,93); }

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

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

 a { background-color: rgb(108,58,93); }

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

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

 span { border-color: rgb(108,58,93); }

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