#641663

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

Shades of Palatinate Purple #641663

Tints of Palatinate Purple #641663

Color information

#641663 (or 0x641663) is unknown color: approx Palatinate Purple. HEX triplet: 64, 16 and 63. RGB value is (100,22,99). Sum of RGB (Red+Green+Blue) = 100+22+99=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #641663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641663 is #9BE99C. Grayscale: #353535. Windows color (decimal): -10217885 or 6493796. OLE color: 6493796.

HSL color Cylindrical-coordinate representation of color #641663: hue angle of 300.77º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #641663 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB1002299-
CMYK00.780.010.61
HSL300.77º63.93%23.92%-
HSV(B)300.77º78%39.22%-
XYZ7.794.1812.2-
YUV54.1153.34160.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.25%
GREEN value IS 22 (8.98% from 255) = 9.95%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=45.25%
G=9.95%
B=44.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100229900.780.010.61300.7763.9323.92
Hex64166304E13D12d4018
Octal14426143011617545510030
Binary1100100101101100011010011101111101100101101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641663; }

 p { color: rgb(100,22,99); }

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

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

 a { background-color: rgb(100,22,99); }

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

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

 span { border-color: rgb(100,22,99); }

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