Html Css Color HEX #641263 Palatinate Purple

📋 copy color: '#641263'

red 100 ◦ green 18 ◦ blue 99

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

Shades of Palatinate Purple #641263

Tints of Palatinate Purple #641263

RGB

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

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

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

R = 46.08%
G = 8.29%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#641263 (or 0x641263) is known color: Palatinate Purple. HEX triplet: 64, 12 and 63. RGB value is (100,18,99). Sum of RGB (Red+Green+Blue) = 100+18+99=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #641263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641263 is #9BED9C. Grayscale: #333333. Windows color (decimal): -10218909 or 6492772. OLE color: 6492772.

HSL color Cylindrical-coordinate representation of color #641263: hue angle of 300.73º 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 #641263 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 18 99 -
CMYK 0 0.82 0.01 0.61
HSL 300.73º 0.69% 0.23% -
HSV(B) 300.73º 0.82% 0.39% -
XYZ 7.72 4.04 12.18 -
YUV 51.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 100 18 99 0 0.82 0.01 0.61 300.73 0.69 0.23
Hex 64 12 63 0 52 1 3D 12D 45 17
Octal 144 22 143 0 122 1 75 455 105 27
Binary 1100100 10010 1100011 0 1010010 1 111101 100101101 1000101 10111

Color Harmonies of #641263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641263

Black with #641263

Text Example


Text Example

White with #641263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641263; }

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

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

background-color css

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

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

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

border-color css

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

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

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