#6C1368

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

Shades of Palatinate Purple #6C1368

Tints of Palatinate Purple #6C1368

Color information

#6C1368 (or 0x6C1368) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 13 and 68. RGB value is (108,19,104). Sum of RGB (Red+Green+Blue) = 108+19+104=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1368 is #93EC97. Grayscale: #373737. Windows color (decimal): -9694360 or 6820716. OLE color: 6820716.

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

Color convert

RGB10819104-
CMYK00.820.040.58
HSL302.7º70.08%24.9%-
HSV(B)302.7º82.41%42.35%-
XYZ8.924.6513.52-
YUV55.3155.49165.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.75%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 104 (41.02% from 255) = 45.02%
R=46.75%
G=8.23%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081910400.820.040.58302.770.0824.9
Hex6C136805243A12f4619
Octal15423150012247245710631
Binary110110010011110100001010010100111010100101111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,19,104); }

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

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

 a { background-color: rgb(108,19,104); }

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

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

 span { border-color: rgb(108,19,104); }

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