#643156

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

Shades of Palatinate Purple #643156

Tints of Palatinate Purple #643156

Color information

#643156 (or 0x643156) is unknown color: approx Palatinate Purple. HEX triplet: 64, 31 and 56. RGB value is (100,49,86). Sum of RGB (Red+Green+Blue) = 100+49+86=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #643156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643156 is #9BCEA9. Grayscale: #444444. Windows color (decimal): -10210986 or 5648740. OLE color: 5648740.

HSL color Cylindrical-coordinate representation of color #643156: hue angle of 316.47º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #643156 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB1004986-
CMYK00.510.140.61
HSL316.47º34.23%29.22%-
HSV(B)316.47º51%39.22%-
XYZ8.035.589.46-
YUV68.47137.9150.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.55%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=42.55%
G=20.85%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100498600.510.140.61316.4734.2329.22
Hex643156033E3D13c221d
Octal1446112606316754744235
Binary110010011000110101100110011111011110110011110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643156; }

 p { color: rgb(100,49,86); }

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

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

 a { background-color: rgb(100,49,86); }

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

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

 span { border-color: rgb(100,49,86); }

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