Html Css Color HEX #640259 Palatinate Purple

📋 copy color: '#640259'

red 100 ◦ green 2 ◦ blue 89

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

Shades of Palatinate Purple #640259

Tints of Palatinate Purple #640259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

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

R = 52.36%
G = 1.05%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#640259 (or 0x640259) is known color: Palatinate Purple. HEX triplet: 64, 02 and 59. RGB value is (100,2,89). Sum of RGB (Red+Green+Blue) = 100+2+89=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #640259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640259 is #9BFDA6. Grayscale: #282828. Windows color (decimal): -10223015 or 5833316. OLE color: 5833316.

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

Color convert

RGB 100 2 89 -
CMYK 0 0.98 0.11 0.61
HSL 306.73º 0.96% 0.2% -
HSV(B) 306.73º 0.98% 0.39% -
XYZ 7.08 3.47 9.75 -
YUV 41.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 100 2 89 0 0.98 0.11 0.61 306.73 0.96 0.2
Hex 64 2 59 0 62 B 3D 133 60 14
Octal 144 2 131 0 142 13 75 463 140 24
Binary 1100100 10 1011001 0 1100010 1011 111101 100110011 1100000 10100

Color Harmonies of #640259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640259

Black with #640259

Text Example


Text Example

White with #640259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640259; }

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

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

background-color css

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

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

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

border-color css

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

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

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