Html Css Color HEX #640763 Palatinate Purple

📋 copy color: '#640763'

red 100 ◦ green 7 ◦ blue 99

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

Shades of Palatinate Purple #640763

Tints of Palatinate Purple #640763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.4%

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

R = 48.54%
G = 3.4%
B = 48.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#640763 (or 0x640763) is known color: Palatinate Purple. HEX triplet: 64, 07 and 63. RGB value is (100,7,99). Sum of RGB (Red+Green+Blue) = 100+7+99=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #640763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640763 is #9BF89C. Grayscale: #2D2D2D. Windows color (decimal): -10221725 or 6489956. OLE color: 6489956.

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

Color convert

RGB 100 7 99 -
CMYK 0 0.93 0.01 0.61
HSL 300.65º 0.87% 0.21% -
HSV(B) 300.65º 0.93% 0.39% -
XYZ 7.58 3.76 12.13 -
YUV 45.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 100 7 99 0 0.93 0.01 0.61 300.65 0.87 0.21
Hex 64 7 63 0 5D 1 3D 12D 57 15
Octal 144 7 143 0 135 1 75 455 127 25
Binary 1100100 111 1100011 0 1011101 1 111101 100101101 1010111 10101

Color Harmonies of #640763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640763

Black with #640763

Text Example


Text Example

White with #640763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640763; }

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

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

background-color css

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

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

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

border-color css

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

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

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