#642F5E

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

Shades of Palatinate Purple #642F5E

Tints of Palatinate Purple #642F5E

Color information

#642F5E (or 0x642F5E) is unknown color: approx Palatinate Purple. HEX triplet: 64, 2F and 5E. RGB value is (100,47,94). Sum of RGB (Red+Green+Blue) = 100+47+94=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #642F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642F5E is #9BD0A1. Grayscale: #444444. Windows color (decimal): -10211490 or 6172516. OLE color: 6172516.

HSL color Cylindrical-coordinate representation of color #642F5E: hue angle of 306.79º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #642F5E is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB1004794-
CMYK00.530.060.61
HSL306.79º36.05%28.82%-
HSV(B)306.79º53%39.22%-
XYZ8.295.5511.22-
YUV68.2142.56150.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.49%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=41.49%
G=19.50%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100479400.530.060.61306.7936.0528.82
Hex642F5E03563D133241d
Octal144571360656754634435
Binary11001001011111011110011010111011110110011001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642F5E; }

 p { color: rgb(100,47,94); }

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

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

 a { background-color: rgb(100,47,94); }

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

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

 span { border-color: rgb(100,47,94); }

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