Html Css Color HEX #641264 Palatinate Purple

📋 copy color: '#641264'

red 100 ◦ green 18 ◦ blue 100

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

Shades of Palatinate Purple #641264

Tints of Palatinate Purple #641264

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.26%

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

R = 45.87%
G = 8.26%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#641264 (or 0x641264) is known color: Palatinate Purple. HEX triplet: 64, 12 and 64. RGB value is (100,18,100). Sum of RGB (Red+Green+Blue) = 100+18+100=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #641264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641264 is #9BED9B. Grayscale: #333333. Windows color (decimal): -10218908 or 6558308. OLE color: 6558308.

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

Color convert

RGB 100 18 100 -
CMYK 0 0.82 0 0.61
HSL 300º 0.69% 0.23% -
HSV(B) 300º 0.82% 0.39% -
XYZ 7.77 4.06 12.43 -
YUV 51.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 100 18 100 0 0.82 0 0.61 300 0.69 0.23
Hex 64 12 64 0 52 0 3D 12C 45 17
Octal 144 22 144 0 122 0 75 454 105 27
Binary 1100100 10010 1100100 0 1010010 0 111101 100101100 1000101 10111

Color Harmonies of #641264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641264

Black with #641264

Text Example


Text Example

White with #641264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641264; }

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

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

background-color css

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

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

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

border-color css

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

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

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