Html Css Color HEX #640364 Palatinate Purple

📋 copy color: '#640364'

red 100 ◦ green 3 ◦ blue 100

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

Shades of Palatinate Purple #640364

Tints of Palatinate Purple #640364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

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

R = 49.26%
G = 1.48%
B = 49.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#640364 (or 0x640364) is known color: Palatinate Purple. HEX triplet: 64, 03 and 64. RGB value is (100,3,100). Sum of RGB (Red+Green+Blue) = 100+3+100=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #640364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640364 is #9BFC9B. Grayscale: #2A2A2A. Windows color (decimal): -10222748 or 6554468. OLE color: 6554468.

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

Color convert

RGB 100 3 100 -
CMYK 0 0.97 0 0.61
HSL 300º 0.94% 0.2% -
HSV(B) 300º 0.97% 0.39% -
XYZ 7.59 3.69 12.37 -
YUV 43.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 100 3 100 0 0.97 0 0.61 300 0.94 0.2
Hex 64 3 64 0 61 0 3D 12C 5E 14
Octal 144 3 144 0 141 0 75 454 136 24
Binary 1100100 11 1100100 0 1100001 0 111101 100101100 1011110 10100

Color Harmonies of #640364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640364

Black with #640364

Text Example


Text Example

White with #640364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640364; }

 p { color: rgb(100,3,100); }

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

background-color css

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

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

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

border-color css

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

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

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