#641361

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

Shades of Palatinate Purple #641361

Tints of Palatinate Purple #641361

Color information

#641361 (or 0x641361) is unknown color: approx Palatinate Purple. HEX triplet: 64, 13 and 61. RGB value is (100,19,97). Sum of RGB (Red+Green+Blue) = 100+19+97=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #641361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641361 is #9BEC9E. Grayscale: #333333. Windows color (decimal): -10218655 or 6361956. OLE color: 6361956.

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

Color convert

RGB1001997-
CMYK00.810.030.61
HSL302.22º68.07%23.33%-
HSV(B)302.22º81%39.22%-
XYZ7.654.0411.69-
YUV52.11153.34162.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.30%
GREEN value IS 19 (7.81% from 255) = 8.80%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=46.30%
G=8.80%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100199700.810.030.61302.2268.0723.33
Hex64136105133D12e4417
Octal14423141012137545610427
Binary11001001001111000010101000111111101100101110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641361; }

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

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

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

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

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

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

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

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