#643258

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

Shades of Palatinate Purple #643258

Tints of Palatinate Purple #643258

Color information

#643258 (or 0x643258) is unknown color: approx Palatinate Purple. HEX triplet: 64, 32 and 58. RGB value is (100,50,88). Sum of RGB (Red+Green+Blue) = 100+50+88=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 100 - color contains mainly: red. Hex color #643258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643258 is #9BCDA7. Grayscale: #454545. Windows color (decimal): -10210728 or 5780068. OLE color: 5780068.

HSL color Cylindrical-coordinate representation of color #643258: hue angle of 314.4º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643258 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB1005088-
CMYK00.500.120.61
HSL314.4º33.33%29.41%-
HSV(B)314.4º50%39.22%-
XYZ8.165.79.9-
YUV69.28138.56149.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.02%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=42.02%
G=21.01%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100508800.500.120.61314.433.3329.41
Hex643258032C3D13a211d
Octal1446213006214754724135
Binary110010011001010110000110010110011110110011101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643258; }

 p { color: rgb(100,50,88); }

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

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

 a { background-color: rgb(100,50,88); }

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

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

 span { border-color: rgb(100,50,88); }

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