Html Css Color HEX #640661 Palatinate Purple

📋 copy color: '#640661'

red 100 ◦ green 6 ◦ blue 97

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

Shades of Palatinate Purple #640661

Tints of Palatinate Purple #640661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.96%

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

R = 49.26%
G = 2.96%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#640661 (or 0x640661) is known color: Palatinate Purple. HEX triplet: 64, 06 and 61. RGB value is (100,6,97). Sum of RGB (Red+Green+Blue) = 100+6+97=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #640661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640661 is #9BF99E. Grayscale: #2C2C2C. Windows color (decimal): -10221983 or 6358628. OLE color: 6358628.

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

Color convert

RGB 100 6 97 -
CMYK 0 0.94 0.03 0.61
HSL 301.91º 0.89% 0.21% -
HSV(B) 301.91º 0.94% 0.39% -
XYZ 7.48 3.7 11.63 -
YUV 44.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 100 6 97 0 0.94 0.03 0.61 301.91 0.89 0.21
Hex 64 6 61 0 5E 3 3D 12E 59 15
Octal 144 6 141 0 136 3 75 456 131 25
Binary 1100100 110 1100001 0 1011110 11 111101 100101110 1011001 10101

Color Harmonies of #640661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640661

Black with #640661

Text Example


Text Example

White with #640661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640661; }

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

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

background-color css

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

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

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

border-color css

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

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

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