#641B58

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

Shades of Palatinate Purple #641B58

Tints of Palatinate Purple #641B58

Color information

#641B58 (or 0x641B58) is unknown color: approx Palatinate Purple. HEX triplet: 64, 1B and 58. RGB value is (100,27,88). Sum of RGB (Red+Green+Blue) = 100+27+88=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #641B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641B58 is #9BE4A7. Grayscale: #373737. Windows color (decimal): -10216616 or 5774180. OLE color: 5774180.

HSL color Cylindrical-coordinate representation of color #641B58: hue angle of 309.86º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #641B58 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB1002788-
CMYK00.730.120.61
HSL309.86º57.48%24.9%-
HSV(B)309.86º73%39.22%-
XYZ7.414.29.65-
YUV55.78146.18159.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 27 (10.94% from 255) = 12.56%
BLUE value IS 88 (34.77% from 255) = 40.93%
R=46.51%
G=12.56%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100278800.730.120.61309.8657.4824.9
Hex641B58049C3D1363919
Octal14433130011114754667131
Binary110010011011101100001001001110011110110011011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641B58; }

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

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

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

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

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

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

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

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