#641362

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

Shades of Palatinate Purple #641362

Tints of Palatinate Purple #641362

Color information

#641362 (or 0x641362) is unknown color: approx Palatinate Purple. HEX triplet: 64, 13 and 62. RGB value is (100,19,98). Sum of RGB (Red+Green+Blue) = 100+19+98=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #641362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641362 is #9BEC9D. Grayscale: #333333. Windows color (decimal): -10218654 or 6427492. OLE color: 6427492.

HSL color Cylindrical-coordinate representation of color #641362: hue angle of 301.48º 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 #641362 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB1001998-
CMYK00.810.020.61
HSL301.48º68.07%23.33%-
HSV(B)301.48º81%39.22%-
XYZ7.694.0611.93-
YUV52.22153.84162.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.08%
GREEN value IS 19 (7.81% from 255) = 8.76%
BLUE value IS 98 (38.67% from 255) = 45.16%
R=46.08%
G=8.76%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100199800.810.020.61301.4868.0723.33
Hex64136205123D12d4417
Octal14423142012127545510427
Binary11001001001111000100101000110111101100101101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641362; }

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

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

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

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

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

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

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

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