#643C5B

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

Shades of Palatinate Purple #643C5B

Tints of Palatinate Purple #643C5B

Color information

#643C5B (or 0x643C5B) is unknown color: approx Palatinate Purple. HEX triplet: 64, 3C and 5B. RGB value is (100,60,91). Sum of RGB (Red+Green+Blue) = 100+60+91=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #643C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643C5B is #9BC3A4. Grayscale: #4B4B4B. Windows color (decimal): -10208165 or 5979236. OLE color: 5979236.

HSL color Cylindrical-coordinate representation of color #643C5B: hue angle of 313.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #643C5B is Cyan = 0, Magento = 0.4, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB1006091-
CMYK00.40.090.61
HSL313.5º25%31.37%-
HSV(B)313.5º40%39.22%-
XYZ8.766.710.73-
YUV75.49136.75145.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 60 (23.83% from 255) = 23.90%
BLUE value IS 91 (35.94% from 255) = 36.25%
R=39.84%
G=23.90%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100609100.40.090.61313.52531.37
Hex643C5B02893D13a191f
Octal1447413305011754723137
Binary11001001111001011011010100010011111011001110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643C5B; }

 p { color: rgb(100,60,91); }

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

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

 a { background-color: rgb(100,60,91); }

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

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

 span { border-color: rgb(100,60,91); }

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