Html Css Color HEX #641365 Palatinate Purple

📋 copy color: '#641365'

red 100 ◦ green 19 ◦ blue 101

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

Shades of Palatinate Purple #641365

Tints of Palatinate Purple #641365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

 BLUE value IS 101 (39.84% from 255) = 45.91%

R = 45.45%
G = 8.64%
B = 45.91%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#641365 (or 0x641365) is known color: Palatinate Purple. HEX triplet: 64, 13 and 65. RGB value is (100,19,101). Sum of RGB (Red+Green+Blue) = 100+19+101=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #641365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641365 is #9BEC9A. Grayscale: #343434. Windows color (decimal): -10218651 or 6624100. OLE color: 6624100.

HSL color Cylindrical-coordinate representation of color #641365: hue angle of 299.27º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641365 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 100 19 101 -
CMYK 0.01 0.81 0 0.60
HSL 299.27º 0.68% 0.24% -
HSV(B) 299.27º 0.81% 0.4% -
XYZ 7.84 4.11 12.69 -
YUV 52.57 155.34 161.83 -
System Red Green Blue C M Y K H S L
Decimal 100 19 101 0.01 0.81 0 0.60 299.27 0.68 0.24
Hex 64 13 65 1 51 0 3C 12B 44 18
Octal 144 23 145 1 121 0 74 453 104 30
Binary 1100100 10011 1100101 1 1010001 0 111100 100101011 1000100 11000

Color Harmonies of #641365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641365

Black with #641365

Text Example


Text Example

White with #641365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641365; }

 p { color: rgb(100,19,101); }

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

background-color css

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

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

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

border-color css

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

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

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