#6C275D

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

Shades of Palatinate Purple #6C275D

Tints of Palatinate Purple #6C275D

Color information

#6C275D (or 0x6C275D) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 27 and 5D. RGB value is (108,39,93). Sum of RGB (Red+Green+Blue) = 108+39+93=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 108 - color contains mainly: red. Hex color #6C275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C275D is #93D8A2. Grayscale: #414141. Windows color (decimal): -9689251 or 6104940. OLE color: 6104940.

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

Color convert

RGB1083993-
CMYK00.640.140.58
HSL313.04º46.94%28.82%-
HSV(B)313.04º63.89%42.35%-
XYZ8.895.4310.94-
YUV65.79143.36158.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45%
GREEN value IS 39 (15.62% from 255) = 16.25%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=45%
G=16.25%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108399300.640.140.58313.0446.9428.82
Hex6C275D040E3A1392f1d
Octal15447135010016724715735
Binary1101100100111101110101000000111011101010011100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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