Html Css Color HEX #640465 Palatinate Purple

📋 copy color: '#640465'

red 100 ◦ green 4 ◦ blue 101

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

Shades of Palatinate Purple #640465

Tints of Palatinate Purple #640465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.95%

 BLUE value IS 101 (39.84% from 255) = 49.27%

R = 48.78%
G = 1.95%
B = 49.27%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#640465 (or 0x640465) is known color: Palatinate Purple. HEX triplet: 64, 04 and 65. RGB value is (100,4,101). Sum of RGB (Red+Green+Blue) = 100+4+101=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #640465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640465 is #9BFB9A. Grayscale: #2B2B2B. Windows color (decimal): -10222491 or 6620260. OLE color: 6620260.

HSL color Cylindrical-coordinate representation of color #640465: hue angle of 299.38º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640465 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 100 4 101 -
CMYK 0.01 0.96 0 0.60
HSL 299.38º 0.92% 0.21% -
HSV(B) 299.38º 0.96% 0.4% -
XYZ 7.65 3.74 12.63 -
YUV 43.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 100 4 101 0.01 0.96 0 0.60 299.38 0.92 0.21
Hex 64 4 65 1 60 0 3C 12B 5C 15
Octal 144 4 145 1 140 0 74 453 134 25
Binary 1100100 100 1100101 1 1100000 0 111100 100101011 1011100 10101

Color Harmonies of #640465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640465

Black with #640465

Text Example


Text Example

White with #640465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640465; }

 p { color: rgb(100,4,101); }

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

background-color css

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

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

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

border-color css

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

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

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