Html Css Color HEX #641163 Palatinate Purple

📋 copy color: '#641163'

red 100 ◦ green 17 ◦ blue 99

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

Shades of Palatinate Purple #641163

Tints of Palatinate Purple #641163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.87%

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

R = 46.3%
G = 7.87%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#641163 (or 0x641163) is known color: Palatinate Purple. HEX triplet: 64, 11 and 63. RGB value is (100,17,99). Sum of RGB (Red+Green+Blue) = 100+17+99=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #641163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641163 is #9BEE9C. Grayscale: #323232. Windows color (decimal): -10219165 or 6492516. OLE color: 6492516.

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

Color convert

RGB 100 17 99 -
CMYK 0 0.83 0.01 0.61
HSL 300.72º 0.71% 0.23% -
HSV(B) 300.72º 0.83% 0.39% -
XYZ 7.71 4.01 12.17 -
YUV 51.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 100 17 99 0 0.83 0.01 0.61 300.72 0.71 0.23
Hex 64 11 63 0 53 1 3D 12D 47 17
Octal 144 21 143 0 123 1 75 455 107 27
Binary 1100100 10001 1100011 0 1010011 1 111101 100101101 1000111 10111

Color Harmonies of #641163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641163

Black with #641163

Text Example


Text Example

White with #641163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641163; }

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

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

background-color css

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

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

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

border-color css

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

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

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