#643A5D

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

Shades of Palatinate Purple #643A5D

Tints of Palatinate Purple #643A5D

Color information

#643A5D (or 0x643A5D) is unknown color: approx Palatinate Purple. HEX triplet: 64, 3A and 5D. RGB value is (100,58,93). Sum of RGB (Red+Green+Blue) = 100+58+93=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #643A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643A5D is #9BC5A2. Grayscale: #4A4A4A. Windows color (decimal): -10208675 or 6109796. OLE color: 6109796.

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

Color convert

RGB1005893-
CMYK00.420.070.61
HSL310º26.58%30.98%-
HSV(B)310º42%39.22%-
XYZ8.746.5311.15-
YUV74.55138.41146.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 58 (23.05% from 255) = 23.11%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=39.84%
G=23.11%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100589300.420.070.6131026.5830.98
Hex643A5D02A73D1361b1f
Octal144721350527754663337
Binary1100100111010101110101010101111111011001101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,58,93); }

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

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

 a { background-color: rgb(100,58,93); }

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

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

 span { border-color: rgb(100,58,93); }

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