#6D1C67

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

Shades of Palatinate Purple #6D1C67

Tints of Palatinate Purple #6D1C67

Color information

#6D1C67 (or 0x6D1C67) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 1C and 67. RGB value is (109,28,103). Sum of RGB (Red+Green+Blue) = 109+28+103=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1C67 is #92E398. Grayscale: #3C3C3C. Windows color (decimal): -9626521 or 6757485. OLE color: 6757485.

HSL color Cylindrical-coordinate representation of color #6D1C67: hue angle of 304.44º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D1C67 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB10928103-
CMYK00.740.060.57
HSL304.44º59.12%26.86%-
HSV(B)304.44º74.31%42.75%-
XYZ9.175.0613.33-
YUV60.77151.84162.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.42%
GREEN value IS 28 (11.33% from 255) = 11.67%
BLUE value IS 103 (40.62% from 255) = 42.92%
R=45.42%
G=11.67%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1092810300.740.060.57304.4459.1226.86
Hex6D1C6704A6391303b1b
Octal1553414701126714607333
Binary11011011110011001110100101011011100110011000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,28,103); }

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

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

 a { background-color: rgb(109,28,103); }

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

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

 span { border-color: rgb(109,28,103); }

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