Html Css Color HEX #641357 Palatinate Purple

📋 copy color: '#641357'

red 100 ◦ green 19 ◦ blue 87

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

Shades of Palatinate Purple #641357

Tints of Palatinate Purple #641357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 42.23%

R = 48.54%
G = 9.22%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#641357 (or 0x641357) is known color: Palatinate Purple. HEX triplet: 64, 13 and 57. RGB value is (100,19,87). Sum of RGB (Red+Green+Blue) = 100+19+87=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #641357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641357 is #9BECA8. Grayscale: #323232. Windows color (decimal): -10218665 or 5706596. OLE color: 5706596.

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

Color convert

RGB 100 19 87 -
CMYK 0 0.81 0.13 0.61
HSL 309.63º 0.68% 0.23% -
HSV(B) 309.63º 0.81% 0.39% -
XYZ 7.21 3.86 9.38 -
YUV 50.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 100 19 87 0 0.81 0.13 0.61 309.63 0.68 0.23
Hex 64 13 57 0 51 D 3D 136 44 17
Octal 144 23 127 0 121 15 75 466 104 27
Binary 1100100 10011 1010111 0 1010001 1101 111101 100110110 1000100 10111

Color Harmonies of #641357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641357

Black with #641357

Text Example


Text Example

White with #641357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641357; }

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

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

background-color css

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

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

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

border-color css

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

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

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