#641261

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

Shades of Palatinate Purple #641261

Tints of Palatinate Purple #641261

Color information

#641261 (or 0x641261) is unknown color: approx Palatinate Purple. HEX triplet: 64, 12 and 61. RGB value is (100,18,97). Sum of RGB (Red+Green+Blue) = 100+18+97=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #641261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641261 is #9BED9E. Grayscale: #333333. Windows color (decimal): -10218911 or 6361700. OLE color: 6361700.

HSL color Cylindrical-coordinate representation of color #641261: hue angle of 302.2º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641261 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB1001897-
CMYK00.820.030.61
HSL302.2º69.49%23.14%-
HSV(B)302.2º82%39.22%-
XYZ7.634.0111.68-
YUV51.52153.67162.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=46.51%
G=8.37%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100189700.820.030.61302.269.4923.14
Hex64126105233D12e4517
Octal14422141012237545610527
Binary11001001001011000010101001011111101100101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641261; }

 p { color: rgb(100,18,97); }

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

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

 a { background-color: rgb(100,18,97); }

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

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

 span { border-color: rgb(100,18,97); }

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