Html Css Color HEX #641463 Palatinate Purple

📋 copy color: '#641463'

red 100 ◦ green 20 ◦ blue 99

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

Shades of Palatinate Purple #641463

Tints of Palatinate Purple #641463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.13%

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

R = 45.66%
G = 9.13%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#641463 (or 0x641463) is known color: Palatinate Purple. HEX triplet: 64, 14 and 63. RGB value is (100,20,99). Sum of RGB (Red+Green+Blue) = 100+20+99=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #641463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641463 is #9BEB9C. Grayscale: #343434. Windows color (decimal): -10218397 or 6493284. OLE color: 6493284.

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

Color convert

RGB 100 20 99 -
CMYK 0 0.8 0.01 0.61
HSL 300.75º 0.67% 0.24% -
HSV(B) 300.75º 0.8% 0.39% -
XYZ 7.76 4.11 12.19 -
YUV 52.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 100 20 99 0 0.8 0.01 0.61 300.75 0.67 0.24
Hex 64 14 63 0 50 1 3D 12D 43 18
Octal 144 24 143 0 120 1 75 455 103 30
Binary 1100100 10100 1100011 0 1010000 1 111101 100101101 1000011 11000

Color Harmonies of #641463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641463

Black with #641463

Text Example


Text Example

White with #641463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641463; }

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

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

background-color css

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

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

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

border-color css

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

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

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