#6C3263

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

Shades of Palatinate Purple #6C3263

Tints of Palatinate Purple #6C3263

Color information

#6C3263 (or 0x6C3263) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 32 and 63. RGB value is (108,50,99). Sum of RGB (Red+Green+Blue) = 108+50+99=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3263 is #93CD9C. Grayscale: #484848. Windows color (decimal): -9686429 or 6500972. OLE color: 6500972.

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

Color convert

RGB1085099-
CMYK00.540.080.58
HSL309.31º36.71%30.98%-
HSV(B)309.31º53.7%42.35%-
XYZ9.586.3712.53-
YUV72.93142.72153.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.02%
GREEN value IS 50 (19.92% from 255) = 19.46%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=42.02%
G=19.46%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108509900.540.080.58309.3136.7130.98
Hex6C326303683A135251f
Octal1546214306610724654537
Binary110110011001011000110110110100011101010011010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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