#6C2663

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

Shades of Palatinate Purple #6C2663

Tints of Palatinate Purple #6C2663

Color information

#6C2663 (or 0x6C2663) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 26 and 63. RGB value is (108,38,99). Sum of RGB (Red+Green+Blue) = 108+38+99=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2663 is #93D99C. Grayscale: #414141. Windows color (decimal): -9689501 or 6497900. OLE color: 6497900.

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

Color convert

RGB1083899-
CMYK00.650.080.58
HSL307.71º47.95%28.63%-
HSV(B)307.71º64.81%42.35%-
XYZ9.135.4812.38-
YUV65.88146.69158.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.08%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=44.08%
G=15.51%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108389900.650.080.58307.7147.9528.63
Hex6C266304183A134301d
Octal15446143010110724646035
Binary1101100100110110001101000001100011101010011010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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