Html Css Color HEX #640263 Palatinate Purple

📋 copy color: '#640263'

red 100 ◦ green 2 ◦ blue 99

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

Shades of Palatinate Purple #640263

Tints of Palatinate Purple #640263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 49.75%
G = 1%
B = 49.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#640263 (or 0x640263) is known color: Palatinate Purple. HEX triplet: 64, 02 and 63. RGB value is (100,2,99). Sum of RGB (Red+Green+Blue) = 100+2+99=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #640263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640263 is #9BFD9C. Grayscale: #2A2A2A. Windows color (decimal): -10223005 or 6488676. OLE color: 6488676.

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

Color convert

RGB 100 2 99 -
CMYK 0 0.98 0.01 0.61
HSL 300.61º 0.96% 0.2% -
HSV(B) 300.61º 0.98% 0.39% -
XYZ 7.53 3.65 12.11 -
YUV 42.36 159.97 169.11 -
System Red Green Blue C M Y K H S L
Decimal 100 2 99 0 0.98 0.01 0.61 300.61 0.96 0.2
Hex 64 2 63 0 62 1 3D 12D 60 14
Octal 144 2 143 0 142 1 75 455 140 24
Binary 1100100 10 1100011 0 1100010 1 111101 100101101 1100000 10100

Color Harmonies of #640263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640263

Black with #640263

Text Example


Text Example

White with #640263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640263; }

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

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

background-color css

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

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

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

border-color css

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

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

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