Html Css Color HEX #640261 Palatinate Purple

📋 copy color: '#640261'

red 100 ◦ green 2 ◦ blue 97

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

Shades of Palatinate Purple #640261

Tints of Palatinate Purple #640261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.74%

R = 50.25%
G = 1.01%
B = 48.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#640261 (or 0x640261) is known color: Palatinate Purple. HEX triplet: 64, 02 and 61. RGB value is (100,2,97). Sum of RGB (Red+Green+Blue) = 100+2+97=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #640261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640261 is #9BFD9E. Grayscale: #292929. Windows color (decimal): -10223007 or 6357604. OLE color: 6357604.

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

Color convert

RGB 100 2 97 -
CMYK 0 0.98 0.03 0.61
HSL 301.84º 0.96% 0.2% -
HSV(B) 301.84º 0.98% 0.39% -
XYZ 7.43 3.62 11.62 -
YUV 42.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 100 2 97 0 0.98 0.03 0.61 301.84 0.96 0.2
Hex 64 2 61 0 62 3 3D 12E 60 14
Octal 144 2 141 0 142 3 75 456 140 24
Binary 1100100 10 1100001 0 1100010 11 111101 100101110 1100000 10100

Color Harmonies of #640261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640261

Black with #640261

Text Example


Text Example

White with #640261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640261; }

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

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

background-color css

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

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

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

border-color css

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

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

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