#642961

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

Shades of Palatinate Purple #642961

Tints of Palatinate Purple #642961

Color information

#642961 (or 0x642961) is unknown color: approx Palatinate Purple. HEX triplet: 64, 29 and 61. RGB value is (100,41,97). Sum of RGB (Red+Green+Blue) = 100+41+97=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 100 - color contains mainly: red. Hex color #642961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642961 is #9BD69E. Grayscale: #404040. Windows color (decimal): -10213023 or 6367588. OLE color: 6367588.

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

Color convert

RGB1004197-
CMYK00.590.030.61
HSL303.05º41.84%27.65%-
HSV(B)303.05º59%39.22%-
XYZ8.215.1611.87-
YUV65.03146.05152.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.02%
GREEN value IS 41 (16.41% from 255) = 17.23%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=42.02%
G=17.23%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100419700.590.030.61303.0541.8427.65
Hex64296103B33D12f2a1c
Octal144511410733754575234
Binary1100100101001110000101110111111110110010111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642961; }

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

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

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

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

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

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

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

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