Html Css Color HEX #640768 Palatinate Purple

📋 copy color: '#640768'

red 100 ◦ green 7 ◦ blue 104

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

Shades of Palatinate Purple #640768

Tints of Palatinate Purple #640768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.29%

R = 47.39%
G = 3.32%
B = 49.29%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#640768 (or 0x640768) is known color: Palatinate Purple. HEX triplet: 64, 07 and 68. RGB value is (100,7,104). Sum of RGB (Red+Green+Blue) = 100+7+104=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #640768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640768 is #9BF897. Grayscale: #2D2D2D. Windows color (decimal): -10221720 or 6817636. OLE color: 6817636.

HSL color Cylindrical-coordinate representation of color #640768: hue angle of 297.53º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640768 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 7 104 -
CMYK 0.04 0.93 0 0.59
HSL 297.53º 0.87% 0.22% -
HSV(B) 297.53º 0.93% 0.41% -
XYZ 7.83 3.86 13.43 -
YUV 45.87 160.81 166.61 -
System Red Green Blue C M Y K H S L
Decimal 100 7 104 0.04 0.93 0 0.59 297.53 0.87 0.22
Hex 64 7 68 4 5D 0 3B 12A 57 16
Octal 144 7 150 4 135 0 73 452 127 26
Binary 1100100 111 1101000 100 1011101 0 111011 100101010 1010111 10110

Color Harmonies of #640768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640768

Black with #640768

Text Example


Text Example

White with #640768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640768; }

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

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

background-color css

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

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

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

border-color css

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

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

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