#6C145D

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

Shades of Palatinate Purple #6C145D

Tints of Palatinate Purple #6C145D

Color information

#6C145D (or 0x6C145D) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 14 and 5D. RGB value is (108,20,93). Sum of RGB (Red+Green+Blue) = 108+20+93=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C145D is #93EBA2. Grayscale: #363636. Windows color (decimal): -9694115 or 6100076. OLE color: 6100076.

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

Color convert

RGB1082093-
CMYK00.810.140.58
HSL310.23º68.75%25.1%-
HSV(B)310.23º81.48%42.35%-
XYZ8.414.4810.78-
YUV54.63149.65166.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.87%
GREEN value IS 20 (8.20% from 255) = 9.05%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=48.87%
G=9.05%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108209300.810.140.58310.2368.7525.1
Hex6C145D051E3A1364519
Octal154241350121167246610531
Binary1101100101001011101010100011110111010100110110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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