#6C1963

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

Shades of Palatinate Purple #6C1963

Tints of Palatinate Purple #6C1963

Color information

#6C1963 (or 0x6C1963) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 19 and 63. RGB value is (108,25,99). Sum of RGB (Red+Green+Blue) = 108+25+99=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1963 is #93E69C. Grayscale: #3A3A3A. Windows color (decimal): -9692829 or 6494572. OLE color: 6494572.

HSL color Cylindrical-coordinate representation of color #6C1963: hue angle of 306.51º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C1963 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB1082599-
CMYK00.770.080.58
HSL306.51º62.41%26.08%-
HSV(B)306.51º76.85%42.35%-
XYZ8.784.7812.26-
YUV58.25151163.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.55%
GREEN value IS 25 (10.16% from 255) = 10.78%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=46.55%
G=10.78%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108259900.770.080.58306.5162.4126.08
Hex6C196304D83A1333e1a
Octal15431143011510724637632
Binary110110011001110001101001101100011101010011001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,25,99); }

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

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

 a { background-color: rgb(108,25,99); }

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

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

 span { border-color: rgb(108,25,99); }

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