Html Css Color HEX #640963 Palatinate Purple

📋 copy color: '#640963'

red 100 ◦ green 9 ◦ blue 99

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

Shades of Palatinate Purple #640963

Tints of Palatinate Purple #640963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.33%

 BLUE value IS 99 (39.06% from 255) = 47.6%

R = 48.08%
G = 4.33%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#640963 (or 0x640963) is known color: Palatinate Purple. HEX triplet: 64, 09 and 63. RGB value is (100,9,99). Sum of RGB (Red+Green+Blue) = 100+9+99=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #640963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640963 is #9BF69C. Grayscale: #2E2E2E. Windows color (decimal): -10221213 or 6490468. OLE color: 6490468.

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

Color convert

RGB 100 9 99 -
CMYK 0 0.91 0.01 0.61
HSL 300.66º 0.83% 0.21% -
HSV(B) 300.66º 0.91% 0.39% -
XYZ 7.61 3.81 12.14 -
YUV 46.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 100 9 99 0 0.91 0.01 0.61 300.66 0.83 0.21
Hex 64 9 63 0 5B 1 3D 12D 53 15
Octal 144 11 143 0 133 1 75 455 123 25
Binary 1100100 1001 1100011 0 1011011 1 111101 100101101 1010011 10101

Color Harmonies of #640963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640963

Black with #640963

Text Example


Text Example

White with #640963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640963; }

 p { color: rgb(100,9,99); }

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

background-color css

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

 a { background-color: rgb(100,9,99); }

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

border-color css

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

 span { border-color: rgb(100,9,99); }

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