#642955

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

Shades of Palatinate Purple #642955

Tints of Palatinate Purple #642955

Color information

#642955 (or 0x642955) is unknown color: approx Palatinate Purple. HEX triplet: 64, 29 and 55. RGB value is (100,41,85). Sum of RGB (Red+Green+Blue) = 100+41+85=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 100 - color contains mainly: red. Hex color #642955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642955 is #9BD6AA. Grayscale: #3F3F3F. Windows color (decimal): -10213035 or 5581156. OLE color: 5581156.

HSL color Cylindrical-coordinate representation of color #642955: hue angle of 315.25º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #642955 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB1004185-
CMYK00.590.150.61
HSL315.25º41.84%27.65%-
HSV(B)315.25º59%39.22%-
XYZ7.694.959.14-
YUV63.66140.05153.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.25%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=44.25%
G=18.14%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100418500.590.150.61315.2541.8427.65
Hex64295503BF3D13b2a1c
Octal1445112507317754735234
Binary110010010100110101010111011111111110110011101110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642955; }

 p { color: rgb(100,41,85); }

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

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

 a { background-color: rgb(100,41,85); }

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

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

 span { border-color: rgb(100,41,85); }

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