Html Css Color HEX #640359 Palatinate Purple

📋 copy color: '#640359'

red 100 ◦ green 3 ◦ blue 89

#640359
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #640359

Tints of Palatinate Purple #640359

RGB

 RED value IS 100 (39.45% from 255) = 52.08%

 GREEN value IS 3 (1.56% from 255) = 1.56%

 BLUE value IS 89 (35.16% from 255) = 46.35%

R = 52.08%
G = 1.56%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#640359 (or 0x640359) is known color: Palatinate Purple. HEX triplet: 64, 03 and 59. RGB value is (100,3,89). Sum of RGB (Red+Green+Blue) = 100+3+89=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #640359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640359 is #9BFCA6. Grayscale: #292929. Windows color (decimal): -10222759 or 5833572. OLE color: 5833572.

HSL color Cylindrical-coordinate representation of color #640359: hue angle of 306.8º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640359 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 3 89 -
CMYK 0 0.97 0.11 0.61
HSL 306.8º 0.94% 0.2% -
HSV(B) 306.8º 0.97% 0.39% -
XYZ 7.09 3.5 9.75 -
YUV 41.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 100 3 89 0 0.97 0.11 0.61 306.8 0.94 0.2
Hex 64 3 59 0 61 B 3D 133 5E 14
Octal 144 3 131 0 141 13 75 463 136 24
Binary 1100100 11 1011001 0 1100001 1011 111101 100110011 1011110 10100

Color Harmonies of #640359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640359

Black with #640359

Text Example


Text Example

White with #640359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640359; }

 p { color: rgb(100,3,89); }

 H1.HeaderClassName
 {
   color: #640359;
 }
 .AnyTagClassName
 {
   color: #640359;
 }
</style>

background-color css

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

 a { background-color: rgb(100,3,89); }

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

border-color css

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

 span { border-color: rgb(100,3,89); }

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