#642953

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

Shades of Palatinate Purple #642953

Tints of Palatinate Purple #642953

Color information

#642953 (or 0x642953) is unknown color: approx Palatinate Purple. HEX triplet: 64, 29 and 53. RGB value is (100,41,83). Sum of RGB (Red+Green+Blue) = 100+41+83=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 100 - color contains mainly: red. Hex color #642953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642953 is #9BD6AC. Grayscale: #3F3F3F. Windows color (decimal): -10213037 or 5450084. OLE color: 5450084.

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

Color convert

RGB1004183-
CMYK00.590.170.61
HSL317.29º41.84%27.65%-
HSV(B)317.29º59%39.22%-
XYZ7.614.928.73-
YUV63.43139.05154.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.64%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 83 (32.81% from 255) = 37.05%
R=44.64%
G=18.30%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100418300.590.170.61317.2941.8427.65
Hex64295303B113D13d2a1c
Octal1445112307321754755234
Binary1100100101001101001101110111000111110110011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642953; }

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

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

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

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

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

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

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

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