Html Css Color HEX #643163 Palatinate Purple

📋 copy color: '#643163'

red 100 ◦ green 49 ◦ blue 99

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

Shades of Palatinate Purple #643163

Tints of Palatinate Purple #643163

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.76%

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

R = 40.32%
G = 19.76%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#643163 (or 0x643163) is known color: Palatinate Purple. HEX triplet: 64, 31 and 63. RGB value is (100,49,99). Sum of RGB (Red+Green+Blue) = 100+49+99=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #643163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643163 is #9BCE9C. Grayscale: #454545. Windows color (decimal): -10210973 or 6500708. OLE color: 6500708.

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

Color convert

RGB 100 49 99 -
CMYK 0 0.51 0.01 0.61
HSL 301.18º 0.34% 0.29% -
HSV(B) 301.18º 0.51% 0.39% -
XYZ 8.61 5.81 12.47 -
YUV 69.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 100 49 99 0 0.51 0.01 0.61 301.18 0.34 0.29
Hex 64 31 63 0 33 1 3D 12D 22 1D
Octal 144 61 143 0 63 1 75 455 42 35
Binary 1100100 110001 1100011 0 110011 1 111101 100101101 100010 11101

Color Harmonies of #643163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643163

Black with #643163

Text Example


Text Example

White with #643163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643163; }

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

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

background-color css

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

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

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

border-color css

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

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

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