#642661

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

Shades of Palatinate Purple #642661

Tints of Palatinate Purple #642661

Color information

#642661 (or 0x642661) is unknown color: approx Palatinate Purple. HEX triplet: 64, 26 and 61. RGB value is (100,38,97). Sum of RGB (Red+Green+Blue) = 100+38+97=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #642661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642661 is #9BD99E. Grayscale: #3F3F3F. Windows color (decimal): -10213791 or 6366820. OLE color: 6366820.

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

Color convert

RGB1003897-
CMYK00.620.030.61
HSL302.9º44.93%27.06%-
HSV(B)302.9º62%39.22%-
XYZ8.114.9611.84-
YUV63.26147.04154.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.55%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=42.55%
G=16.17%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100389700.620.030.61302.944.9327.06
Hex64266103E33D12f2d1b
Octal144461410763754575533
Binary1100100100110110000101111101111110110010111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642661; }

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

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

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

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

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

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

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

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