#641A54

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

Shades of Palatinate Purple #641A54

Tints of Palatinate Purple #641A54

Color information

#641A54 (or 0x641A54) is unknown color: approx Palatinate Purple. HEX triplet: 64, 1A and 54. RGB value is (100,26,84). Sum of RGB (Red+Green+Blue) = 100+26+84=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #641A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641A54 is #9BE5AB. Grayscale: #363636. Windows color (decimal): -10216876 or 5511780. OLE color: 5511780.

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

Color convert

RGB1002684-
CMYK00.740.160.61
HSL312.97º58.73%24.71%-
HSV(B)312.97º74%39.22%-
XYZ7.234.098.8-
YUV54.74144.52160.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 84 (33.20% from 255) = 40%
R=47.62%
G=12.38%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100268400.740.160.61312.9758.7324.71
Hex641A5404A103D1393b19
Octal14432124011220754717331
Binary1100100110101010100010010101000011110110011100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,26,84); }

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

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

 a { background-color: rgb(100,26,84); }

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

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

 span { border-color: rgb(100,26,84); }

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