#641353

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

Shades of Palatinate Purple #641353

Tints of Palatinate Purple #641353

Color information

#641353 (or 0x641353) is unknown color: approx Palatinate Purple. HEX triplet: 64, 13 and 53. RGB value is (100,19,83). Sum of RGB (Red+Green+Blue) = 100+19+83=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #641353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641353 is #9BECAC. Grayscale: #323232. Windows color (decimal): -10218669 or 5444452. OLE color: 5444452.

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

Color convert

RGB1001983-
CMYK00.810.170.61
HSL312.59º68.07%23.33%-
HSV(B)312.59º81%39.22%-
XYZ7.053.88.55-
YUV50.52146.34163.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.50%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=49.50%
G=9.41%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100198300.810.170.61312.5968.0723.33
Hex641353051113D1394417
Octal144231230121217547110427
Binary11001001001110100110101000110001111101100111001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641353; }

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

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

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

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

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

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

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

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